Releases: othyn/macos-auto-clicker
v1.3.0-alpha - Big changes
This is a big release with quite a few significant changes. Let's take a look at the progress so far...
🥳 What's Done
✅ As a user, I want to be able to specify the pressed key during the action phase
✅ As a user, I want to be able to specify the amount of actions performed at action phase
✅ As a user, I want the UX/UI to be more intuitive to understand
✅ As a user, I want to be able to customise the start and stop button shortcut keys
✅ As a user, I would like to use a global shortcut to start or stop the app
✅ As a user, I would like to be able to keep the app on top
🚀 What's still to be done
❎ As a user, I want to be able to persist the applications state between sessions
❎ As a developer, it would be handy to have builds automated via GitHub Actions
❎ As a developer, I would like automatic use of Semver
v1.2.0 - Various functionality tweaks alongside UI/UX changes.
Version 1.2.0
Various functionality tweaks alongside UI/UX changes.
Added
- Added a Workspace
auto-clicker.xcworkspace
that should be worked from which allows for easier local relative build paths so permissions can be given more easily to allow for clicking functionality to work - Click interval is now measured in selectable; Milliseconds, Seconds, Minutes and Hours. This makes the click interval selection much more intuitive
- There are now two more readouts for 'Next click at' and 'Final click at' that will show what date/time the next and final clicks will occur at
- Instructions to this README on setting up macOS permissions that the app requires
Changed
- Updated
dist/README.md
with new instructions for Xcode 13 - Updated button styling to be more visually appealing and easier to read
- Upped the maximum amount of clicks to 100,000,000 to allow for a 'virtually unlimited' mode
- Instead of a checkbox, the start delay is now a user inputted variable between 0 (instant) and 60 seconds
- The 'Remaining clicks' and 'Currently clicking at' UI elements are now Text View's instead of disabled TextField's
- Updated screenshot with new UI
Fixed
- Nothing
Removed
- Nothing
v1.1.0 - This should have been a patch release, but I don't have the build suite quite setup for it yet so its a minor release instead.
Version 1.1.0
This should have been a patch release, but I don't have the build suite quite setup for it yet so its a minor release instead.
Added
- Easter egg!
Changed
- Minor code refactor and tidy up
- UI overhaul
- Shortcuts for the commands are now displayed underneath the buttons instead of in placeholder fields
Fixed
- Nothing
Removed
- Nothing
v1.0.0 - Initial release.
Version 1.0.0
Initial release.
Added
- Everything
Changed
- Everything
Fixed
- Everything
Removed
- Everything