Changelog

Release notes and version history.

v1.1.0

Latest

New 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

v1.0.1

Bug Fixes

  • Attempted fix for OpenGL driver compatibility issues on systems with older or unsupported graphics drivers

v1.0.0

Initial Release

  • Auto Clicker - Configurable click intervals, mouse button selection, single/double click, repeat options, fixed position clicking
  • Macro Recorder - Record mouse movements, clicks, and keyboard inputs with adjustable playback speed and loop options
  • Global Hotkeys - F6 (auto clicker), F9 (record), F10 (play), F11 (stop all)
  • Save & Load - Export and import recorded macros as files
  • Portable - Single .exe file, no installation required