Change log
- Fixed timer drift – actions fired slightly less often than the configured interval, with the gap growing the longer the automation ran, especially over long sessions.
- Fixed a smaller residual drift specific to Spin mode, where the spin animation's own duration was silently added on top of each interval instead of counting toward it.
- The installer's window title bar now displays "MouseUtil" instead of "MouseUtil version 1.x.x".
- The installer now has a Welcome screen, showing the version number there instead.
- Fixed: pressing the Start/Stop hotkey (default F6) right after typing a new Minutes/Seconds value (without clicking away or pressing Enter first) would start automation with the old interval instead of the one just typed. Only affected typed input, not the spin-button arrows.
- Made a small adjustment to the icon.
- Renamed the "Countdown display in taskbar" setting to "Show countdown progress on taskbar icon" - the old caption was ambiguous regarding what the setting does.
- Added a taskbar icon progress indicator, giving at-a-glance status visibility without needing to open the app window.
- Made slight changes to the app icon to fit better in system tray.
- Fixed: Spin mode — stopping automation quickly after starting could leave the status stuck on a stale "Spinning in X" countdown instead of showing "Stopped after N spin". (Caused by a 500ms display-hold timer added in 1.1.0 that didn't know Stop had been pressed.)
- Further tweaks to the settings UI.
- Added: App version now shown in the settings flyout header.
- Minor tweaks to the settings UI.
- Close to system tray (optional, off by default): closing the window now keeps MouseUtil running in the tray instead of exiting.
- Single instance: launching MouseUtil while it's already running brings the existing window to the front instead of opening a second copy.
- Spin mode: removed the unnecessary startup delay before the first spin (still present for Auto Click, where it prevents an accidental instant stop).