Skip to content

Releases: jonblatho/SwiftUTCMenuClock

SwiftUTCMenuClock 2.0.1

16 Apr 15:44
d112ded
Compare
Choose a tag to compare

Corrects the font size to match macOS Big Sur’s smaller menu bar font size.

SwiftUTCMenuClock 2.0

16 Apr 07:20
80c4a7b
Compare
Choose a tag to compare
  • Added options to show the day of the week and flash the time indicators.
  • The date display has been changed to match that of macOS — for example, “Apr 16”.
  • Your settings may be reset upon updating.
  • Added a helper utility to open SwiftUTCMenuClock at login.
  • SwiftUTCMenuClock now opens itself at login by default. This behavior is optional.
  • Date formatting code has been refactored into a Swift package.

SwiftUTCMenuClock 1.1.1

16 Apr 07:11
7bfdc6a
Compare
Choose a tag to compare
  • Corrects the font size to match macOS Big Sur’s smaller menu bar font size.

SwiftUTCMenuClock 1.1

16 Apr 01:13
70e533e
Compare
Choose a tag to compare
  • Added options to show the date (in YYYY-MM-DD format) and seconds (#3 and #4)
  • Further reduced energy usage
  • Resolved use of deprecated property NSStatusBar.system.statusItem.title by instead referencing statusItem.button?
  • Converted menu button title from attributed string to regular string (no longer necessary to use an attributed string to set the font due to the above point)
  • Binary is now notarized
  • Requires macOS Catalina or later

SwiftUTCMenuClock 1.0.1

03 Jun 15:40
e115de3
Compare
Choose a tag to compare

Fixed

  • #1: Resolves an issue which caused the application to use excessive energy.

SwiftUTCMenuClock 1.0

10 Apr 05:37
b5163d8
Compare
Choose a tag to compare

Initial release.