The changelog for StatusItemController
. Also see the releases on GitHub.
StatusItemController
is now marked as@MainActor
.
- Now requires minimum macOS 11.0
- By default,
StatusItemController
now sets the status itemtooltip
to the app name (based on the main bundle). NSMenuItem
convenience init now accepts an optional image. It isnil
by default.
This release closes the 1.2.0 milestone.
- Upgraded to Swift 5.5 and Xcode 13 (#27)
- Various project infra updates (#27)
- Added an example app project (#4)
- Resolved unit testing issue (#15)
This release closes the 1.1.0 milestone.
-
Upgraded to Swift 5.3 and Xcode 12
-
Changed the
target
parameter in theNSMenuItem
convenience initializer to be optional, with a default value ofnil
.
convenience init(title: String,
target: AnyObject? = nil,
action: Selector? = nil,
keyEquivalent: String = "",
isEnabled: Bool = true)
Initial release. Documentation here.