Releases: orchetect/MenuBarExtraAccess
Releases · orchetect/MenuBarExtraAccess
1.2.1
- Fixed Xcode 14 & 15 build
1.2.0
- Swift 6 strict concurrency compatibility
- Internal cleanup
1.1.3
- Fixed build failure regression in Xcode 14
1.1.2
- Disabled debug logging by default.
(It may be re-enabled any time by un-commenting the swift setting flag in Package.swift)
1.1.1
Fixed
- Fixed regression introduced in 1.1.0 where a window-based
MenuBarExtra
would fail to close its window (#14)
1.1.0
Fixed
- Fixed bug where
isMenuPresented
Bool binding could unexpectedly invert its polarity (#14)
Maintenance
- Internal refactors
- Restricted log messages to appearing only in DEBUG builds, and expanded the granularity of log messages to help with tracing events
- Demo project cleaned up
1.0.5
- Package now builds on iOS, tvOS, watchOS and visionOS to support multiplatform projects
1.0.4
- Added
NSStatusItem
access in menuBarExtraAccess()
1.0.3
- Window-based menu extra status items now remain highlighted while the window is open
1.0.2
- Added more resiliency for window-based menu extras