Releases: Expertcoderz/EC-Autoclicker
Releases · Expertcoderz/EC-Autoclicker
v1.3.0
- Enhanced features for cursor positioning, with multiple "targets" now supported. Note that profiles created with older versions of EC Autoclicker will encounter errors on loading (just keep selecting Continue if that happens, and create a replacement profile with this version).
- Added an option to have EC Autoclicker start collapsed to the tray.
- Some minor UI appearance and behavior fixes.
Additionally, a consolidated AutoHotkey script file is included with this release as an alternative to the executables.
v1.2.4
- Added support for collapsing to the taskbar tray; this augments the existing functionality of headless mode by displaying a visual indicator to show that the EC Autoclicker process is still running.
- The Toggle Autoclicker and Stop Autoclicker hotkey actions no longer close EC Autoclicker upon trigger during headless mode.
- Fixed a bug whereby closing the main window does not terminate the EC Autoclicker process.
v1.2.3
- Added support for mouse button hold-down with a configurable duration.
v1.2.2
- Fixed automatic updates (again). The 64-bit edition of the EC Autoclicker executable will from now on be chosen for download (instead of always the 32-bit edition) if the OS is detected to be 64-bit.
- Broke up the 1300-line script into several smaller script files for ease of maintenance.
v1.2.1
- Added the new Simplified View feature. When this is enabled from the Options menu, the autoclicker configuration interface is hidden and replaced by a list of user-predefined profiles to select from.
- Fixed subtle GUI element positioning issues.
- Updated the screenshot in README.md.
Full Changelog: v1.2.0...v1.2.1
v1.2.0
- Finally added the ability to toggle autoclicking by hotkey.
- Added
/profile <profile name>
command-line parameter support for headless operation. - Some minor fixes and code refactoring.
- Cleaned up the README file.
Full Changelog: v1.1.5...v1.2.0
v1.1.5
What's Changed
- Fix setting Y pos in Positioning menu by @jonmseaman in #5
New Contributors
- @jonmseaman made their first contribution in #5
Full Changelog: v1.1.4...v1.1.5
v1.1.4
- Binaries supporting 32-bit Windows are now provided in addition to x64.
- Added program description in About window.
- Subtle adjustments in UI element positioning and sizing.
v1.1.3
- Implemented a check for internet connection status before attempting to check for updates.
- Better error handling/messages for Profile Import & Profile Load errors.
- Minor modality improvements for the profile name dialogs.
v1.1.2
- Fixed Update checking the version incorrectly.
- Fixed Update checking for updates every time on launch.