Skip to content

Releases: othyn/macos-auto-clicker

Beta Release 1.7.12 (6d4825e789336e9a975d0359b7307247782593a8)

🐛 Bug Fixes

  • Another attempt, the path spec wasn't the issue, so lets try and fix the script so that it fails correctly and stops the release process if the build fails, by correctly listening for the only exit codes that are 'fine', 0 or 2 (c995bae)

🔧 Chores

  • Fastlane automated version bump (beta) (267665d)

Beta Release 1.7.11 (115db6eab80af33e3f6588c29dfa7f0f2b57ee3f)

🐛 Bug Fixes

🔧 Chores

  • Fastlane automated version bump (beta) (6d4825e)

Beta Release 1.7.10 (c16c7e308537966e561fce6b913e8e33a790ad01)

🐛 Bug Fixes

  • FFS... this is just getting ridiculous. Finally found an issue thread regarding this problem: actions/runner-images#7522 apparently running the process as root is one path to a fix. Reverted from e9f03d2 to HEAD. (bd268a1)

🔧 Chores

  • Fastlane automated version bump (beta) (115db6e)

Beta Release 1.7.4 (f2bfef7beea5b3ac921feda744e34c5ddf400ce1)

🐛 Bug Fixes

  • Attempt to surface errors, ideally I want to be able to watch for the error code and have fastlane error if the error code != 0 or != 2 (cb79d84)

🔧 Chores

  • Fastlane automated version bump (beta) (8eead3f)

Beta Release 1.7.3 (360d8f7395ef071f7b0b7e91b050d5153f2d8e22)

🐛 Bug Fixes

  • Welp that didn't fix it, exact same problem, revert! (2cef1f0)

🔧 Chores

  • Fastlane automated version bump (beta) (f2bfef7)

Beta Release 1.7.2 (7f73b166ebe8205e40af413de678334c5e8d591e)

🐛 Bug Fixes

  • Attempt a rollback of create-dmg to solve build issues (17ea429)

🔧 Chores

  • Fastlane automated version bump (beta) (360d8f7)

Beta Release 1.7.1 (73c8f66df1f08fb0341ca0489f78902868027813)

🌟 Features

  • added dynamic menu bar option (31fad01)

🐛 Bug Fixes

  • This fixes some of the colouring to account for Light/Dark mode and Light/Dark wallpapers by using the Color.primary colour. Its not an exact match for Light scenarios, but its the best I can do until Apple surfaces an API or Color to use when dealing with wallpaper effected MenuBar icon colours irregardless of the system theme. (1cdb422)

🔧 Chores

  • In an attempt to fail fast on debugging the random build failures, create a local build environment that mirrors the failing steps in GHA (c63057b)
  • Remove macOS 12 & 13 availability provisions now the minimum build target is macOS 13 (7420667)
  • Change the icon itself to something else when running the clicking to make it extra apparent its running (ac80152)
  • Fastlane automated version bump (beta) (7f73b16)

👻 Unknown... spooky!

Release 1.6.14

01 Jul 21:04
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Lock in readme version for older versions of macOS (this commit should also trigger a new build to hopefully fix the builds again, ffs) (97ad514)

🔧 Chores

  • Fastlane automated version bump (a0a081c)

Release 1.6.13

01 Jul 20:51
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Apply the correct window sizing behavior on macOS 13 (23664d3)
  • fixed 'Finished' notification appearing after manually cancelling the timer. (2545fc8)
  • Fix application crashing and becoming un-openable if the user clicks outside of the shortcut box, thus setting the shortcut, to nothing (727419c)
  • Closes #67, refresh the menu bar when a new customised shortcut is defined (f59285b)
  • Attempt to upgrade Ruby (bc4f138)
  • Attempt to fix macOS runner Ruby version conflict (e1c37da)
  • Attempt to fix Xcode build error that isn't present on my local that would be a pain to refactor otherwise, by forcing the same Xcode version as is running locally and is available on the macOS 13 runner: closure containing control flow statement cannot be used with result builder 'SceneBuilder' when using if #available. https://github.com/actions/runner-images/blob/main/images/macos/macos-13-Readme.md#xcode https://docs.fastlane.tools/actions/xcversion/ (788583c)
  • Attempt to fix Xcode build error; Missing gem 'xcode-install', please add the following to your local Gemfile (6820b75)
  • Build trying to commit package manager assets (315a700)
  • Attempt to fix the automated Actions builds which may be caused by a space in the name? This is proving really hard to debug :( (15f42ce)
  • Hopefully this fixes the build issues, although I'm having to deprecate support for macOS 11 & 12 in order to do so due to dependency updates meaning I can no longer support those platforms. The underlying issues were far deeper rooted than I first thought... (3469755)
  • Getting there with the builds... (d99f682)

🔧 Chores

  • Fastlane automated version bump (beta) (2390e1c)
  • Move to a staging branch for beta builds which aligns better with industry norms and frees up the dev branch to become a working branch (5a9c695)
  • Bump task runner to macOS 13 (10c2d68)
  • Merge branch 'dev' into staging (26640e6)
  • Fastlane automated version bump (beta) (541398d)
  • Fastlane automated version bump (beta) (645f6e1)
  • Merge branch 'main' into staging (4c1d4b3)
  • Fastlane automated version bump (beta) (a4539b0)
  • Fastlane automated version bump (308f72f)

📖 Documentation

  • Note the potential bug when updating regarding permissions not being granted (b49c051)
  • Readme update now that the versions have split (6365606)

👻 Unknown... spooky!

Release 1.6.1

01 Jul 12:50
Compare
Choose a tag to compare

🌟 Features

  • Notification options for when auto clicker starts and/or finishes (40cbeab)

🐛 Bug Fixes

  • Notifications with intervals <= 0 not working (731c6de)

🔧 Chores

  • Fastlane automated version bump (beta) (2bbe985)
  • Fastlane automated version bump (beta) (2d3983d)
  • Fix SwiftLint errors (a18ea33)
  • Recommended Xcode project updates (4356c29)
  • Add debug logging for notifications (2ef9c88)
  • Formatting fixes (a27b11e)
  • Fastlane automated version bump (2a1931a)

👻 Unknown... spooky!