v1.1.0
LatestNew Features
- Settings Persistence - All settings now save to Windows Registry and restore on app restart
- Auto-clicker: interval, random offset, mouse button, click type, repeat mode/count
- Playback: speed, loop mode, loop count
- Window: always-on-top preference
- Hotkey bindings
Improvements
- Game Compatibility - Keyboard playback now uses hardware scan codes instead of virtual key codes, improving compatibility with games like Roblox that use DirectInput/Raw Input
- Always-on-Top - Setting now properly applies when app starts
- Lazy Error Logging - Error log file only created when an error actually occurs
- About Section - Added clickable links to simplyauto.dev and thesimpledev.com
- Version Display - App version now shown in Settings > About
Defaults Changed
- Auto-clicker interval defaults to 1 second (was 100ms)
- Random offset field shows 0 by default
- Cursor position always starts as "Current location"
Developer
- Added MIT License
- Improved build system with debug, build-debug, and release targets