Skip to content

Commit 2930a12

Browse files
authored
Merge pull request #172 from shelllet/dev
0.45
2 parents ae86c53 + 30e8987 commit 2930a12

24 files changed

Lines changed: 79 additions & 31 deletions

docx/CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
1-
# [0.44.0](https://github.com/shelllet/winui/compare/main...dev) (2025-05-03)
1+
# [0.45.0](https://github.com/shelllet/winui/compare/main...dev) (2025-06-13)
2+
3+
### Changed:
4+
1. 添加最近打开窗口,方便打开流程。
5+
2. 更新动作预览功能(现在会从流程入口开始执行到该动作执行完结束)。
6+
3. 保存图像动作,支持把图像保存为*PDF*文件(文件名称以 `.pdf` 结尾)。
7+
4. 截图动作中的*ROI* *中心位置* 更改为图像 *左上角*
8+
5. *窗口截图* 动作输出图像大小调整为窗口所在屏幕大小。
9+
10+
### Note
11+
12+
1. 使用管理员权限运行 *小友+*, 无法显示 *动作* 的拖动效果(已知问题)。
13+
2. 此版本会清空缓存目录:`%LOCALAPPDATA%/Simple`
14+
3. 64位下载(x64):https://workdrive.zohopublic.com.cn/external/bd3d721a396c44df20e00de7ccf69d9957777ebe9591a871d9d777f9c7dfcedc/download
15+
16+
## [0.44.0](https://github.com/shelllet/winui/compare/main...dev) (2025-05-03)
217

318
### Changed:
419
1. [相机类型](./actions/type/TypeCamera.md) 动作支持工业 USB3/GIGE 接口相机,比如海康相机。

docx/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ _小友+_ 绝对不会嵌入任何广告、捆绑任何软件。也不会像国
3030
![小友+](https://winui.net/introduction/images/01.png)
3131

3232
- 开发版文档:https://shelllet.github.io/winui/#/
33-
- 示例流程https://github.com/shelllet/winui
33+
- 示例仓库https://github.com/shelllet/winui
3434

35-
- 版本下载[https://winui.net/](./CHANGELOG.md)
35+
- 软件下载[https://winui.net/](./CHANGELOG.md)
3636

37-
- YT: [https://www.youtube.com/playlist?list=UULFs1P87PQvBDJAuJfkKRLqMQ](https://www.youtube.com/playlist?list=UULFs1P87PQvBDJAuJfkKRLqMQ)
38-
- B 站[https://space.bilibili.com/652005178/channel/collectiondetail?sid=84951](https://space.bilibili.com/652005178/channel/collectiondetail?sid=84951)
37+
- Youtube视频教学: [https://www.youtube.com/playlist?list=UULFs1P87PQvBDJAuJfkKRLqMQ](https://www.youtube.com/playlist?list=UULFs1P87PQvBDJAuJfkKRLqMQ)
38+
- Bilibili 站视频教学[https://space.bilibili.com/652005178/channel/collectiondetail?sid=84951](https://space.bilibili.com/652005178/channel/collectiondetail?sid=84951)
3939

4040
- 如果你有 *Discord*, 加入 [Discord](https://discord.gg/b4MeYbJrfk) 讨论。
4141

docx/_sidebar.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@
4848
- [写内存](./actions/system/WriteMemory.md)
4949
- [附加进程](./actions/system/AttachProcess.md)
5050
- 异步操作
51-
- [定时器](./actions/async/WorkTimer.md)
52-
- [定时任务](./actions/async/WorkTask.md)
53-
- [工作线程](./actions/async/WorkThread.md)
54-
- [异步结束](./actions/async/WorkExit.md)
55-
- [异步启动](./actions/async/WorkBegin.md)
56-
- [状态切换](./actions/async/WorkReset.md)
57-
- [等待事件](./actions/async/WhenEvent.md)
58-
- [异步等待](./actions/async/WorkWait.md)
51+
- [定时器](./actions/asynchronous/WorkTimer.md)
52+
- [定时任务](./actions/asynchronous/WorkTask.md)
53+
- [工作线程](./actions/asynchronous/WorkThread.md)
54+
- [异步结束](./actions/asynchronous/WorkExit.md)
55+
- [异步启动](./actions/asynchronous/WorkBegin.md)
56+
- [状态切换](./actions/asynchronous/WorkReset.md)
57+
- [等待事件](./actions/asynchronous/WhenEvent.md)
58+
- [异步等待](./actions/asynchronous/WorkWait.md)
5959
- 文件系统
6060
- [读取文件](./actions/filesystem/FileRead.md)
6161
- [文件写入](./actions/filesystem/FileWrite.md)
@@ -149,7 +149,7 @@
149149
- [文字识别(Tesseract)](./actions/ai/TesseractOCR.md)
150150
- 媒体
151151
- [窗口截图](./actions/media/CaptureWindow.md)
152-
- [全屏截图](./actions/media/CaptureFullScreen.md)
152+
- [全屏截图](./actions/media/CaptureScreen.md)
153153
- [活动窗口截图](./actions/media/CaptureActiveWindow.md)
154154
- [声音播放](./actions/media/MediaPlay.md)
155155
- [键盘/鼠标宏重放](./actions/media/PlayRecord.md)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)