macos-auto-clicker

A simple auto clicker for macOS Big Sur, Monterey, Ventura and Sonoma.

MIT License

Stars
166

Bot releases are hidden (Show)

macos-auto-clicker - v1.3.2

Published by othyn over 2 years ago

v1.3.2

๐Ÿ•’ This release was released at 2022-07-06 17:13.

๐Ÿ““ The key feature in this release is removing artificial arbitrary app limits on field values to stop the software from being opinionated where it should not.

Full Changelog: https://github.com/othyn/macos-auto-clicker/compare/v1.3.1...v1.3.2


๐ŸŒŸ Added

  • Nothing.

๐Ÿ“ Changed

  • Nothing.

๐Ÿ› Fixed

  • #33 -- Removed artificial arbitrary app limits on field values (sets the cap to 100 million)

โŒ Removed

  • Nothing.

If you have any issues with this release, please report them using the Issues tab, although please first ensure the problem is reproducable with documented steps.

Using othyn/changelog-release-template.

macos-auto-clicker - v1.3.1

Published by othyn over 2 years ago

v1.3.1

๐Ÿ•’ This release was released at 2022-06-05 16:37.

๐Ÿ““ The key feature in this release is the fixing of the app nap triggered slow downs as macOS starts to free up resources for background-ed apps, special thanks to heiberg for raising this and submitting a PR to resolve this.


๐ŸŒŸ Added

  • Nothing.

๐Ÿ“ Changed

  • Release text for finder activity has been further clarified as to the behaviour to expect from Finder whilst building a release

๐Ÿ› Fixed

  • #31 -- Register background activities

โŒ Removed

  • Ensured that the xcode build action is disabled for now

If you have any issues with this release, please report them using the Issues tab, although please first ensure the problem is reproducable with documented steps.

Using othyn/changelog-release-template.

macos-auto-clicker - v1.3.0 - New Beginnings

Published by othyn over 2 years ago

v1.3.0 - New Beginnings

๐Ÿ•’ This release was released at 2022-04-21 23:50.

๐Ÿ““ The key features in this release was taking the underlying concept and making some really solid foundations, bringing a lot of core functionality that you'd expect from a macOS app. Things like; persistence, perferences, global shortcuts and modernising the UI/UX to be easier to use and understand.

As this is a new underscored release, a new foundation, this release was additive in nature with no underlying features or functionality (given the lack of it) being removed.


๐ŸŒŸ Added

  • #2 -- As a user, I want to be able to specify the pressed key during the action phase
  • #3 -- As a user, I want to be able to specify the amount of actions performed at action phase
  • #4 -- As a user, I want the UX/UI to be more intuitive to understand
  • #5 -- As a user, I want to be able to customise the start and stop button shortcut keys
  • #6 -- As a user, I want to be able to persist the applications state between sessions
  • #9 -- As a developer, it would be handy to have builds automated via GitHub Actions
  • #13 -- As a user, I would like to use a global shortcut to start or stop the app
  • #14 -- As a developer, I would like automatic use of Semver
  • #16 -- As a user, I would like to be able to keep the app on top
  • #24 -- As a user, I would like to be informed if I don't have the necessary permissions granted to allow the app to work

๐Ÿ“ Changed

  • Nothing.

๐Ÿ› Fixed

  • Nothing.

โŒ Removed

  • Nothing.

If you have any issues with this release, please report them using the Issues tab, although please first ensure the problem is reproducable with documented steps.

Using othyn/changelog-release-template.

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

Published by othyn over 2 years ago

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

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
macos-auto-clicker - v1.0.0 - Initial release.

Published by othyn over 3 years ago

Version 1.0.0

Initial release.

Added

  • Everything

Changed

  • Everything

Fixed

  • Everything

Removed

  • Everything