Skip to content

Release 1.6.13

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Jul 20:51
· 78 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)
  • 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!