| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| MouseMacros-1.4.0.msi | 2026-02-16 | 33.7 MB | |
| MouseMacros-1.4.0.exe | 2026-02-16 | 36.0 MB | |
| MouseMacros-1.4.0.jar | 2026-02-16 | 1.2 MB | |
| MouseMacros-1.4.0.zip | 2026-02-16 | 32.7 MB | |
| 1.4.0 source code.tar.gz | 2026-02-16 | 839.2 kB | |
| 1.4.0 source code.zip | 2026-02-16 | 876.5 kB | |
| README.md | 2026-02-16 | 1.7 kB | |
| Totals: 7 Items | 105.3 MB | 8 | |
[2026-02-16 11:08] 1.4.0
[Added]
- 添加了“暂停宏”功能,现在可以在执行宏的过程中暂停和恢复了。
[Changed]
- 修改了“中止宏”的逻辑,现在点击“中止宏”按钮或按下热键会先暂停宏,再次点击或按下热键才会中止宏。
- 修改了“执行宏”的逻辑,现在点击“执行宏”按钮或按下热键在暂停状态下会恢复宏的执行。
- 修改SettingsDialog的实现以降低耦合度,同时引入模块化的分区以更加直观。
[Fixed]
- 修复了在宏执行过程中重复触发“执行宏”导致重复执行的问题。
- 修复了部分版本中“跟随系统设置”无法控制“切换语言”与“启用深色模式”的问题。
- 修复了在宏执行过程中意外触发暂停宏的问题。
[Added]
- Added a "Pause Macro" feature, allowing you to pause and resume a macro during execution.
[Changed]
- Modified the logic for "Abort Macro": now clicking the "Abort Macro" button or pressing the hotkey will first pause the macro; clicking again or pressing the hotkey again will abort it.
- Modified the logic for "Run Macro": now clicking the "Run Macro" button or pressing the hotkey while in a paused state will resume the macro.
- Updated the implementation of SettingsDialog to reduce coupling and introduced modular sections for better clarity.
[Fixed]
- Fixed an issue where repeatedly triggering "Run Macro" during execution caused it to run multiple times.
- Fixed an issue in some versions where "Follow System Settings" could not control "Switch Language" and "Enable Dark Mode".
- Fixed an issue where the macro could be unintentionally paused during execution.