Skip to content

Releases: Blur009/Blur-AutoClicker

v3.9.5

Choose a tag to compare

@github-actions github-actions released this 20 Aug 04:39
9625208

v3.9.5 - 20.08.2026 (d.m.y)

New

  • Added keybinds for all major toggles (clicker, randomization, duty cycle, speed variation, sequence clicking) in the settings panel. #246, #205,
  • Added master switch for autoclicker in the keybinds section of the settings panel. This will prevent the clicker from starting unless it is toggled or held down. The title will say 'MASTER OFF' in red while the master switch is off. #250, #137

Fixed

  • Disabled default browser shortcuts (F6, Ctrl+F, etc.) to prevent the UI from crashing when the window is focused.(software dev is a joke, i know)
  • A custom stop zone now does not stop the clicker when custom zones are disabled. #272
  • Keyboard hold clicker now works like it should (it will click the key, then repeat it at the set windows interval.) #191
  • (researched click speed changes for a few hours and found out that the current implementation is basically as good as it gets. aka >500cps is just not accurate and there is nothing i can do about it.)
  • fix decimal to consistantly use commas.

v3.9.4

Choose a tag to compare

@github-actions github-actions released this 18 Aug 20:09
afd98be

v3.9.4 - 18.08.2026 (d.m.y)

Fixed

  • Fixed Taskbar Icon not changing color (again.. hopefully for real this time).

v3.9.3

Choose a tag to compare

@github-actions github-actions released this 18 Aug 12:56
2aee6cc

v3.9.3 - 18.08.2026 (d.m.y)

Fixed

  • Fixed Taskbar Icon not changing color which should hopefully fix ui crashes on some systems.

v3.9.2 Release

Choose a tag to compare

@github-actions github-actions released this 15 Aug 18:10
cfbe6a1

v3.9.2 - 15.08.2026 (d.m.y)

New

  • Added slider to change panel and background blur individually in the appearance settings.
  • Officially added BlurAutoClicker to winget. (winget install -e --id Blur009.BlurAutoClicker --source winget --silent)
  • version 3.9.2 and above will now pull the changelog for the next version so you can preview the changes before updating.

Changed

  • Portable build now keeps all data (settings, statistics, diagnostics, WebView2 user data) inside its own folder. Create portable.txt with the content BlurAutoClicker Portable Mode next to the exe to activate portable mode.
  • Portable build shows vX.X.X portable (no auto update) and a "Download from GitHub" button instead of the in-app updater.
  • Portable release artifact now bundles the VC++ runtime DLLs, crashpad handler and WebView2 bootstrapper instead of a bare exe.
  • Included necessary windows dlls in the release build to prevent issues with starting the application on some systems.
  • Included the Webview2 in the release build to prevent issues with starting the application on some systems. (this means the installer is now quite a bit bigger.)
  • A bunch of very small back-end and frontend code improvements and minor behavior changes.

Fixed

  • Bottom status bar now blurs the background just like other UI elements.
  • Increased size of simple mode cps input field to prevent the text from being cut off.
  • Hotkey not able to be changed when set to left-click now fixed.

v3.9.1 Bug Fix

Choose a tag to compare

@github-actions github-actions released this 21 Jul 10:24
3bc063a

v3.9.1 - 21.07.2026 (d.m.y)

Fixed

  • Fixed Presets not saving the clicker activation hotkey.

v3.9.0 Release

Choose a tag to compare

@github-actions github-actions released this 18 Jul 10:11
8e5c387

v3.9.0 - 18.07.2026 (d.m.y)

New

  • Added Hold mode in duty cycle since people couldn't figure out that 100% is the same as Holding down the mouse continuously.
  • Added slider for window opacity in the appearance settings.
  • Added Keybind section in settings.
  • Added Keybinds for switching between all pages.(1 to 5 for simple, advanced, zones, click points, settings)
  • Added the ability to customize each page individually in the appearance settings.
  • Added 'Stop when Complete' toggle to Sequence clicking (which has been re-named to Click Points).
  • Added the ability to have multiple custom stop zones.
  • Added a radius to the click points that randomizes the click position within that radius.
  • Added Task-bar icon customization in the appearance settings. The Icon now follows the theme color, and accent color on activation. You can toggle all of these options in the settings.
  • Added Remember window position toggle (Settings → Behaviour → Startup) On by default.
  • Added Status bar at the bottom of the window to show the current status of the clicker, and the reason for stopping if it is stopped.

Changed

  • Overhauled Advanced panel.
  • Settings panel now has a side menu for easier navigation and organization of settings.
  • Font switch from DM Sans to RobotoFlex to support tabular enums (e.g. numbers that don't shift when changing values).
  • Lowered maximum double click CPS from 50 to 10.
  • Click limit maximum increased from 10mil to 100mil.
  • Changed scroll behaviour for number inputs to be: shift = 5, ctrl = 25, shift + ctrl = 100.
  • Made settings icon 1px bigger because size matters and the settings icon was feeling very insecure about its 1 pixel size disadvantage. I hope it feels better now.
  • Moved Process (white/black)list to the settings.
  • Overhauled Custom Stop Zones.
  • Zones overlay now shows a different color for disabled state of zones
  • Replaced On/Off toggles with switches in the settings panel and gave them an animation cuz im fancy like that.
  • Added animations to some ui elements and icons

Fixed

  • Fixed alt menu opening when the autoclicker is launched while tabbed into another app.
  • Fixed simple tab button in the title bar showing the wrong background color when a custom accent color is selected.
  • Fixed click points picker overlay persisting when the click points are toggled off while the overlay is open.
  • Fixed click speed not being reached at high CPS. Now it turns out that i fixed it somehow on accident, but im just going to say that i fixed it on purpose because i am a genius and i am very smart and very good at programming.
  • Window position and size appearing in the wrong location on launch for about 1 second, should now just appear normally.

v3.8.3 Release

Choose a tag to compare

@github-actions github-actions released this 28 Jun 18:29
ab0c337

Changed

  • Changed max Process list title length to 35 characters to hopefully prevent ui clipping.

Fixed

  • Fixed stop reason falsely showing up when switching from settings to another panel.
  • Fixed behaviour of the cps input field to be more gooder.
  • Fixed title bar not having the background image blur effect applied.
  • Hopefully fixed application startup crash when RTSS is running.

v3.8.2 Release fix

Choose a tag to compare

@github-actions github-actions released this 25 Jun 11:16
a89af24

v3.8.2 - 25.06.2026 (d.m.y)

New

  • Added verbose logging and crash reporting. This should make debugging much easier. You can find the logs in the settings panel all the way at the bottom. For now they are local only, hence the Export button that combines all your logs into a single zip.

Changed

  • Right aligned Items in Limits section in advanced panel. (ik, big change)

Fixed

  • Fixed program sometimes launching with a blank window.
  • Fixed program crash when clicking into Zones panel.

Info

as for some information for any devs. I have added a new command 'npm run check:all' and 'npm run fix:all' which will check and try to fix most common issues. Make sure to check out package.json for the commands. I really recommend running 'npm run check:all' before any sort of commit as it will make everyone's life easier when code is formatted consistently.

v3.8.1 Release fix

Choose a tag to compare

@github-actions github-actions released this 23 Jun 09:04
f6ebd11

v3.8.1 - 23.06.2026 (d.m.y)

Changed

  • Updated wording for extended click speed limit description.
  • Updated wording on task switcher -> Alt+Tab
  • Hotkey field now accepts modifier keys, ESC and Return.
  • Keyboard Clicker now accepts modifier keys, ESC and Return.

Fixed

  • Fixed mouse cursor behaving erratically while application is running.

V3.8.0 Release

Choose a tag to compare

@github-actions github-actions released this 21 Jun 16:10
3a220bc

v3.8.0 - 21.06.2026 (d.m.y)

New

  • SUPPORT FOR CUSTOM BACKGROUND IMAGES! (Settings → Appearance → Background Image).
  • Process whitelist/blacklist with per-application Stop/Pause behavior in the Zones panel.
  • Automatic stopping on Alt+Tab / Win+Tab (On/Off toggle in Settings → Behavior).
  • Autoclicker automatically stops when clicking into the hotkey field.
  • Hotkey input now has a button to clear the current hotkey.

Changed

  • Stop reason now visible in simple mode (not just advanced/zones).
  • Pre-click abort checks now run before every individual click (failsafe, time limit, process list, task switcher).
  • Failsafe (corner + edge) and custom stop zone sections have moved slightly.
  • Zero-click runs are no longer recorded to stats or printed to console in dev mode.
  • Flipped around On/Off toggle to Off/On in the settings.
  • Slightly reduced ram usage (-40% to -65% when no settings have been changed for about 30 seconds).
  • Removed Translations due to the complexity of maintaining them (~80% user vote on removing them).

Fixed

  • Click speed not being reached at high CPS (this time for real)
  • Position picking overlay appearing under main autoclicker window.
  • UI elements turning white when shift is pressed.
  • Fixed rare Flashing of toggles when setting is changed.
  • Window sizing to the wrong size on startup should now be fixed.
  • Window sizing should now be smoother between modes.