Releases: jonblatho/SwiftUTCMenuClock
Releases · jonblatho/SwiftUTCMenuClock
SwiftUTCMenuClock 2.0.1
SwiftUTCMenuClock 2.0
- 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
- Corrects the font size to match macOS Big Sur’s smaller menu bar font size.
SwiftUTCMenuClock 1.1
- 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 referencingstatusItem.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
Fixed
- #1: Resolves an issue which caused the application to use excessive energy.
SwiftUTCMenuClock 1.0
Initial release.