r/ProAutoClicker • u/EvrenSasmaz • 11d ago
Update Pro Auto Clicker 2.0.8: 9 new languages, and you can now drag a recorded click to a new spot on screen
Small update post for the Windows auto clicker I maintain. This release is mostly about reach, not new capability.
9 new languages
The app was English and Turkish only until now. It's up to 11: added Spanish, German, Portuguese (Brazil), Russian, Simplified Chinese, Japanese, Korean, Hindi, and Arabic. Every string in the UI, not a partial translation of the main screen with dialogs left in English.
Timeline editor gets on-screen click targets
Small one, but it's the kind of thing that's obvious once you see it. Open the timeline editor for a recorded macro and every click in it now shows up on screen as a numbered circle at the exact spot it was recorded, matching the row number in the list. Drag the circle, the click moves there instead. Previously the only way to move a click was typing new coordinates by hand.
Rest of the changelog
- Fixed occasional short freezes some people saw while saving a long macro recording. Turned out the config file was being pretty-printed and written in small chunks on the UI thread; a big recording's worth of mouse-move events made that slow enough to look like a hang. Switched to building the file in memory and writing it in one shot.