Changelog

Release notes and version history.

v1.5.0

Latest

New Features

  • Help tab - New tab showing the app version, the SimplyAuto MIT license, and licenses for all bundled third-party components
    • License texts are built into the app itself — no internet needed

Improvements

  • Microsoft Store - SimplyAuto is now available on the Microsoft Store with a signed, auto-updating installer
  • Version number shown in Settings and Help now always matches the release build

v1.2.0

New Features

  • Key Presser - A keyboard auto-presser that repeatedly types the characters you enter at a set interval, in its own tab alongside the Auto Clicker and Macro Recorder
    • Type the characters you want into the text box; it sends exactly what you type, character by character
    • Configurable press interval (hours, minutes, seconds, milliseconds) with an optional random offset
    • Repeat a set number of times, or run until stopped
    • Uses the same start/stop hotkey as the auto clicker (default F6); whichever tab you're on decides what it controls, and only one mode runs at a time
    • Accepts printable characters (letters, numbers, space, symbols); special keys like Enter, Tab, the arrow keys, and the F-keys can't be entered
    • Your keys and timing settings are saved between sessions

v1.1.0

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