Releases: Blur009/Blur-AutoClicker
Release list
Version 2.1.0 Release
v2.1.0 - 23.02.2026 (d/m/y)
❇️ New Features:
- Added Opt-in Telemetry Popup (Honestly didn't wanna do that but EU laws and stuff :3)
- measure and log cpu usage
- Changed Data collection from Google to Supabase
- Moved ENTIE backend to Rust for better performance
- logging of clicker session time and total time, session clicks, and total clicks
- click status has a greer outline while active, making it more obvious that the auto clicker has been turned on.
🔹 Changed:
- Keybind field automatically unfocuses so that it doesn't bug out when you instantly try to activate the autoclicker without removing focus from the field.
- Refractor of:
- main.py
- settings_manager.py
- hotkey_manager.py
- rust_translation.py
- updated file structure
- Config.ini now saves at %appdata%/blur009/autoclicker/config.ini
- Split up main.py into individual files to reduce line count per file.
- ReadMe Updated
🔺 Fix:
🔸 Performance Updates:
- Switching to Rust massively increased performance, dropping cpu usage by several percent. (down to ~1%avg during use on my system)
🪦 Removed:
- Switch to Go was good, but I realized after way too much debugging that syscall took 84% of my runtime performance. So, to Rust we go.. (Go was basically talking to itself over and over to do the clicks, while Rust is doing it directly, which is why the performance increase is so big).
Installation
Put the .exe in its own folder ("BlurAutoClicker", for example), since it will generate a config.ini to save your settings on close.
If, for some reason, problems arise, move the folder to somewhere that doesn't require admin privileges.
❗Also, try creating a shortcut to the exe instead of running it directly if the program throws an error at launch.
Version 2.0 Release
v2.0.0 - 18.02.2026 (d/m/y)
❇️ New Features:
- Added On / Off hint next to the shortcut field.
- Added smoothing to the mouse movement to combat the "teleporting" of the cursor.
- Added an Offset Chance button that makes the Click Offset only happen sometimes.
- Added Anonymous Telemetry to find the most common settings people use/don't use
- Added Info about Telemetry and support options in Program Settings
- Added an Advanced Options button that makes the gui simpler for ppl who need a simple auto clicker :3
🔹 Changed:
- Changed the UI to be less complex and more user-friendly (I hope).
- Changed UI to adjust to the window size when enabling/disabling Advanced options (took 4ever)
- Increased Click Speed cap to different values depending on the selected time frame (second, minute, hour, day). It is not recommended to use speeds over 500 even though it is technically possible.
- Renamed Scripts folder to src
- Split some UI and Settings features into settings_manager.py to clean up main.py
- very sneaky shark emoji hidden somewhere in the code. You get a cookie if you find it.
🔺 Fix:
- Fixed the Offset to apply in the radius of a circle instead of a square around the set position
(not really a "bug" but this is the way I wanted it to work when I thought of the feature).
🔸 Performance Updates:
- Introduced click batching at higher cps to send multiple clicks every call. This allows for more clicks than before because windows pointer resolution was limiting the amount of calls that the clicker was able to make.
- Variables are initialized outside the isRunning loop
- more that I probably forgot because I've been sitting here for 10h making this work :3
Explaining Versions:
If you are on V1.x.x and a V1.6.x version exists, you don't need to update yet, but we highly recommend it.
If you are on V1.x.x and a version V2.x.x exists, you should definitely upgrade.
Installation
Put the .exe in its own folder ("BlurAutoClicker", for example), since it will generate a config.ini to save your settings on close.
If, for some reason, problems arise, move the folder to somewhere that doesn't require admin privileges.
❗ Also, try creating a shortcut to the exe instead of running it directly if the program throws an error at launch.
v1.2.1 Feature change
Info
In this version i just changed the main clicking script from C to the GO language. Function should still be the same. maybe some very, very marginal performance losses.
Explaining Versions:
If you are on V1.x.x and a version V1.6.x exists, you technically don't need to update, although it is highly recommended.
If you are on V1.x.x and a version V2.x.x exists, you should definitely upgrade.
Installation
Put the .exe into its own folder ("BlurAutoClicker" for example) since it will generate a config.ini to save your settings on close.
If, for some reason, problems arise, move the folder to somewhere that doesn't require admin privileges.
❗ Also, try creating a shortcut to the exe instead of running it directly if the program throws an error at launch.
V1.1.1 Bug Fix
Info
This bug fix was mainly for the version / update indicator to actually show whether there is an update or not.
I also condensed all files into the .exe, meaning it is the only file you need (.ui and .dll) are not necessary anymore.
1 bug fix and 1 minor feature makes this v1.1.1
Explaining Versions:
if you are on V1.x.x and a version V1.6.x exists, you technically don't need to update, although it is highly recommended.
if you are on V1.x.x and a version V2.x.x exists, you should definitely upgrade.
Installation
put the .exe into its own folder ("BlurAutoClicker" for example) since it will generate a config.ini to save your settings on close.
If for some reason problems arise, move the folder to somewhere that doesn't require admin privileges.
❗ Also try creating a shortcut to the exe instead of running it directly if the program throws an error at launch.
V1.0.0 Full Release
Info
This is the Official first FULL release with everything that I wanted included. From here on out, updates will mainly be bug fixes.
Explaining Versions:
if you are on V1.x.x and a version V1.6.x exists, you technically don't need to update, although it is highly recommended.
if you are on V1.x.x and a version V2.x.x exists, you should definitely upgrade.
Installation
Unpack all 3 files into 1 folder. You can store the folder wherever you want.
If for some reason problems arise, move the folder to somewhere that doesn't require admin privileges.
❗ Also try creating a shortcut to the exe instead of running it directly if the program throws an error at launch.
v0.0.2 First Release
This is the first functioning release with all files included.
I have not done any testing as to how well this works on other computers / operating systems.
I am on windows 11 Pro Version 10.0.26200 Build 26200.
In the future i will test compatibility, but for now I first want to implement setting saving.
Please extract all 3 files into the same folder.