Releases: Blur009/Blur-AutoClicker
Releases · Blur009/Blur-AutoClicker
Release list
V3.6 Release
KEY CLICKING 🎉
New
- Added the ability to choose between mouse clicking and keyboard clicking
- Added the ability to choose a vertical or horizontal layout for Advanced mode (feedback on this would be appriciated)
Changed
- Made batching more dynamic
- Increased the maximum Sequence Click repitition amount to 100000 from 1000
- Increased the corner and edge stop zones maximum value to 10000 from 999
Fix
- Fixed Sequence clicking not working as intended.
V3.5.0 Release
v3.5.0 - 29.04.2026 (d.m.y)
New
- Added named presets for saving and reusing clicker configurations
- Added persistent Always on Top preference
- Added accent color customization
- Info icons instead of always visible explanations for settings to reduce clutter
- Sequence clicking with configurable clicks per target
- Custom Stop Zones with visual overlay and device pixel ratio scaling
- Delay/Rate toggle for clicks per time and time per click modes
- Added a new tab for Safety settings (Edge/Corner Stop, Stop Zones, etc.)
- System tray icon with menu (Show/Quit options)
- Windows autostart registry support
Changed
- Colors slightly adjusted for better visibility and consistency
- Simple panel look to be consistent with the rest of the UI with drop-downs instead of buttons
- UI layout made more compact overall
- On/Off buttons redesigned for better visibility at a glance
- Settings Panel reorganized into sections
- Centralized frontend settings bounds, options, and preset helpers
- Cleaned up runtime stats logging output and fixed changelog encoding
- Split Advanced page into better organized files
- Improved hotkey parsing with better modifier and key token normalization
- Replaced
tauri-plugin-shellwithtauri-plugin-openerfor better URL/file handling - Enhanced sequence engine with per-point click counting and rotation
- Refactored interval calculation to support duration mode
- CI workflow improved with format checks, concurrency controls, and timeouts
- Build optimizations added (strip + thin LTO)
Removed
- Position picking (use Sequence clicking instead)
- Low-level keyboard/mouse hooks for hotkey detection (simplified approach)
tauri-plugin-shelldependency
Fix
- Fixed mouse button staying down after stopping the clicker
- Fixed safe zone scaling with Windows display scaling
- Custom stop zone failsafe now takes priority over other failsafes
- Custom stop zone overlay now scales correctly with device pixel ratio
If you enjoy this software you can donate to me on KO-FI: https://ko-fi.com/blur009
V3.4.1 Release
v3.4.1 - 16.04.2026 (d.m.y)
❇️ New:
- added a settings toggle for relaxed / strict keybind mode.
🔹 Changed:
- px values to support scaling correctly (thank you rorky47)
- Changed size and style of ko-fi donation button
- made css more consistent (thank you lulkebit)
- added ci checks (thank you Rorky47)
- added windows signing support (thank you David-T-Campos)
🔺 Fix:
- Windows Text Scaling should now work properly (thank you Rorky47 & David-T-Campos for the help)
V3.4.0 Release
v3.4.0 - 15.05.2026 (d.m.y)
❇️ New:
- Added Light Mode with Light / Dark toggle in the settings
- Added support for Mouse Buttons and Numpads
🔹 Changed:
- Hotkey recognition should now be more reliable.
- Adjusted fonts and colors for light mode
- Edge / Corner stop now supports multiple monitors
- Added vertical bars to Simple mode Hold and Randomization fields for consistency.
- Other things that I probably forgot. Thank you to all contributors!
🔺 Fix:
- Fixed Time Limit hover card being split in 2
v3.3.0 Release
v3.3.0 - 14.04.2026 (d.m.y)
❇️ New:
- added Github link icon
- added Scroll bar for settings page
🔹 Changed:
- Simple Mode UI
- Icons for top bar instead of text buttons
- Resize animation for horizontal resizing
- Randomization and Duty cycle are now in simple mode.
🔺 Fix:
- Fixed double click on top bar maximizing the window.
- Speed Variation not graying out when off
- Speed Variation should act more like intended
🪦 Removed:
- Removed Telemetry. Your local data will also be reset but it is what it is
- Duty Cycle On/Off button
- Local verification for stats (if you want to make your own fake stats, go ahead ig)
Thank you guys for all the support, you are genuinely insane
V3.2.0 Release
Zone UI !!
v3.2.0 - 11.04.2026 (d.m.y)
❇️ New Features:
- Added an Overlay for the edge / corner stop features. This was a major pain and i am not done with it yet. the current implementation is more of a test.
🔹 Changed:
- Replaced GetProcessTimes with QueryThreadCycleTime for CPU usage measurement. This gives a more accurate representation of the CPU time used by the clicker. All runs should now output accurate CPU usage, even if the clicker only ran for a single millisecond. The trade-off is that CPU usage is now measured for only the clicker thread instead of the entire app, though the clicker thread is the main source of CPU usage anyway.
- Polling for update every hour instead of on app launch.
🔺 Fix:
- Added timeout for writing settings, this prevents settings race condition. (Usually a non-issue, but it's best practice)
🔸 Performance Updates:
- Changed sending telemetry from its own tokio runtime to using the tauri async runtime.
🪦 Removed:
- Removed unused stop_clicker() function (stopping is handled via the running atomic flag)
https://ko-fi.com/blur009
V3.1.0 Release
IN-APP UPDATES 🎉
finally this should be the last time you have to come to my GitHub or website to update!
v3.1.0 - 07.04.2026 (d.m.y)
❇️ New Features:
- Added AUTO UPDATES (this is a big one, I know 👍 )
- Added social links in the settings page
- Added clicker stop reasoning in advanced mode (title turns into whatever reason stopped the clicker)
🔹 Changed:
- Replaced printl with logging module (not really relevant for users)
https://ko-fi.com/blur009
If you wish to support me, you can do so on Ko-Fi. Now more than ever, your support is very appreciated.
V3.0.0 Release
Uninstall 2.x Versions!
Since this is an installer and an entirely new stack, the old standalone exe is no longer needed.
the config folder will automatically be deleted upon opening this new version.
Changelog:
❇️ New Features:
- Mode pages (Simple, Advanced, Macro) to make the UI less cluttered and more user friendly.
- Added dedicated Settings page to make it easier to find and change settings.
- Added explanations for each setting in the Advanced mode to make it easier for new users to understand what each setting does.
- Encryption key for stats so it can not be modified by the user (this stops people from cheating the stats by modifying the local data.)
- Added Edge Stop to disable the clicker near screen edges.
- Added Corner Stop to disable the clicker near screen corners. that could've been combined with the Edge stop point but this way there is a higher number in the changelog which means im better at coding.
- Added a "Clear" button to the stats page to clear local data.
- Telemetry now only sends data collected while enabled (turns out sending old data isn’t exactly legal :/)
- On / Off buttons for most advanced settings have been added.
- Added double click feature. Limited to a max of 50cps to prevent.. stuff not working
🔹 Changed:
- local data storage has been revamped to consolidate results every 100 lines so file size doesn't get out of hand (very minor issue, would have only taken up a few mb every month, but I wanted to do it anyway :3)
- Preparations for Auto Updater (not implemented yet, but the backend is there for when I do implement it)
- Entire UI has been redone and moved from python pyside6 to rust and the Tauri framework. This should make the UI easier to look at, and expand for future features.
- Stored data does not get sent to the backend anymore if telemetry is not enabled, but it is still stored locally and can be viewed in the stats page.
- I won't list every single UI change, but everything is different (and hopefully better)
- Version number has been moved to the settings page only.
- No more dropdowns which should make it a bit easier to see all the options at a glance.
- Multi monitor support added! you can now click on your secondary monitor :)
- Made a total of 5 files from the previous version into almost 40 files, but the code is hopefully easier to navigate for me now.
🔺 Fix:
- Probably fixed a few things along the way (6000+ lines of NEW code will do that :3)
🔸 Performance Updates:
- moving to rust entirely eliminated the Python runtime, which should slightly increase performance.
🪦 Removed:
- Mouse move options for now until I work on the Macro panel.
- your old stats (sorry :3) because of the new encryption method, but you can still see them in the old stats file if you want to cry over your lost 100billion clicks.
If you wish to support me, you can do so on Ko-Fi. Now more than ever, your support is very appreciated.
https://ko-fi.com/blur009
v2.1.2 Time Selector Fix
v2.1.2 - 22.03.2026 (d/m/y)
🔺 Fix:
- Drop down selector for Second / Minute / Hour / Day used to always return per second, meaning sub 1cps could not be achieved.
selector has been fixed by removing ".lower()" from the code :3 (thats coding for ya) - Minimum Duty cycle has been reduced from 1% to 0.1% to help with the mouse being held down for too long during sub 1s click times.
v2.1.1 CPU Tracking Fix
v2.1.0 - 24.02.2026 (d/m/y)
🔺 Fix:
- CPU logging does not report a 0.0% value if no samples are made (previously lowered average CPU usage artificially)
- CPU logging frequency is dynamic, making the averages more accurate at lower runtimes.