Skip to content

Releases: Blur009/Blur-AutoClicker

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.

v3.7.2 Release

Choose a tag to compare

@github-actions github-actions released this 15 Jun 02:50
bf0bacd

v3.7.2 - 15.06.2026 (d.m.y)

Fixed

  • clicker not clicking.
  • clicker not reaching accurate cps at higher speeds.

v3.7.1 BROKEN!! DO NOT DOWNLOAD

Pre-release

Choose a tag to compare

@github-actions github-actions released this 15 Jun 01:09
94e440a

v3.7.1 - 15.06.2026 (d.m.y)

New

  • Scrolling on drop-down fields now supported.
  • Scrolling on number fields now supports Shift and Shift + Ctrl for bigger increments (5 and 10 respectively)
  • Added Check for update button in the settings.
  • Added changelog in the App settings page.

Fixed

  • Added Scrolling block for Sequence clicking items closing #220
  • Removed text weight difference for light mode fixing issue #139
  • Added font setting to the overlay to close issue #138
  • Fixed hotkey self-triggering during auto-clicks by flagging synthetic input and filtering it out in hotkey detection.
  • Fixed stop reason repeating when switching between simple and advanced mode.
  • Behaviour of multiple windows was changed back to 3.6.1 | This makes close to Tray behaviour inconsistent but the multiple window feature seems to be more demanded.

Changed

  • Changed Github issue templates, Readme, and contributing files.
  • Updated dependencies.

V3.7.0 Release

Choose a tag to compare

@Blur009 Blur009 released this 21 May 08:34
8e1eb1f

v3.7.0 - 21.05.2026 (d.m.y)

New

  • Added Sequence picking instead of a timer.
  • Added Sequence picking showing dots where clicks will happen. They only show if you change the value, and will disappear after a few seconds.
  • Added 1000 cps mode with warning (note that your click duration is now clamped to 1% at >500cps and <99% at >50cps otherwise you would not be able to achive those speeds)

Fix

  • Removed dynamic adjustment of the panel size of the hotkey field in simple mode to prevent a scroll bar from showing up.
  • Refactored double click to use Windows double-click timing and made it work correctly with click duration / duty cycle.

V3.6.1 Fix

Choose a tag to compare

@Blur009 Blur009 released this 12 May 20:24
0ac623c

Fix

  • fixed sequence clicking not going through items correctly & movement with pointer percision issues should now be fixed as well. Within that fix i added always on movement & click randomization

Changed

  • made batch clicking work better with sequence clicking so cps can go up to 500 when sequence clicking items don't have a too low click count.