Skip to content

Latest commit

 

History

History
61 lines (37 loc) · 1.4 KB

CHANGELOG.md

File metadata and controls

61 lines (37 loc) · 1.4 KB

CHANGELOG

The changelog for StatusItemController. Also see the releases on GitHub.

2.0.1

Changes

  • StatusItemController is now marked as @MainActor.

2.0.0

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.

1.2.0

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)

1.1.0

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

Initial release. Documentation here.