Beta Release 1.6.10 (2390e1cbe2edbaf5ede0d60f34e0941333ca571b)
Pre-release
Pre-release
github-actions
released this
01 Jul 18:13
·
87 commits
to main
since this release
🐛 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)
🔧 Chores
- 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)
📖 Documentation
- Note the potential bug when updating regarding permissions not being granted (b49c051)