Releases: orchetect/MenuBarExtraAccess
Releases · orchetect/MenuBarExtraAccess
1.2.2
Now compatible with macOS 26 beta 4 (Thanks @Lguanghui for the PR)
A new optional isEnabled
parameter has been added to the .menuBarExtraAccess(isPresented:)
scene modifier
allows programmatically enabling and disabling the menubar extra by way of a SwiftUI Bool
binding.
Cleaned up example projects
1.2.1
Fixed Xcode 14 & 15 build
Warning
This package is not yet compatible with macOS 26 beta. See #20 for details and development progress.
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