Skip to content

Releases: hexedbits/StatusItemController

2.0.1

14 Feb 20:20
bbded09
Compare
Choose a tag to compare

Changes

  • StatusItemController is now marked as @MainActor

Full Changelog: 2.0.0...2.0.1

2.0.0

27 Jan 03:58
8939aa9
Compare
Choose a tag to compare

This release closes the 2.0.0 milestone.

Changes

  • Now requires minimum macOS 11.0
  • By default, StatusItemController now sets the status item tooltip to the app name (based on the main bundle).
  • NSMenuItem convenience init now accepts an optional image. It is nil by default.

Full Changelog: 1.2.0...2.0.0

1.2.0

17 Nov 21:25
c730aba
Compare
Choose a tag to compare

This release closes the 1.2.0 milestone.

Changes

  • Upgraded to Swift 5.5 and Xcode 13 (#27)
  • Various project infra updates (#27)
  • Added an example app project (#4)

Fixes

  • Resolved unit testing issue (#15)

Full Changelog: 1.1.0...1.2.0

1.1.0

22 Sep 16:53
bbc2ec3
Compare
Choose a tag to compare

This release closes the 1.1.0 milestone.

Changes

  • Upgraded to Swift 5.3 and Xcode 12

  • Changed the target parameter in the NSMenuItem convenience initializer to be optional, with a default value of nil.

convenience init(title: String,
                 target: AnyObject? = nil,
                 action: Selector? = nil,
                 keyEquivalent: String = "",
                 isEnabled: Bool = true)

1.0.0

05 Apr 21:34
860e092
Compare
Choose a tag to compare

Initial release. 🎉 Documentation here.