Skip to content

v1.2.0 - Various functionality tweaks alongside UI/UX changes.

Compare
Choose a tag to compare
@othyn othyn released this 26 Feb 17:32
· 348 commits to main since this release
e4f9f76

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