Skip to content

Releases: jamf/Notifier

Notifier

18 Jun 15:06
b1fb062
Compare
Choose a tag to compare

What's Changed

  • Banner notifications can now have buttons added, the same as alerts.

Full Changelog: 3.0...3.1

Notifier

13 Feb 18:18
b731638
Compare
Choose a tag to compare
  • Completely rewritten and linted with SwiftLint
  • Removed NSUserNotifications Framework calls
  • Now requires macOS 10.15+
  • The .app is now 10 x smaller at (4.2MB vs 42MB) and the PKG is 7.5 x smaller (1.8MB vs 12.5MB)
  • Can now be rebranded via the --rebrand flag
  • PKG corrected to not be relocatable
  • Corrected an issue where Notifier.app would hang if passed a valid type only (--type alert or --type banner)
  • Can now be notarised (#21 and #22)
  • Support has been added to --messageaction and --messagebuttonaction so that, passing 'logout' will prompt the user to logout, if passed a single item, this will be launched via: /usr/bin/open, more complex commands can be passed, but the 1st argument needs to be a binaries path (for example /usr/bin/open will work, open will not) ((#8 and #23)

What's Changed

Full Changelog: 2.3...3.0

Notifier

26 Apr 08:43
Compare
Choose a tag to compare

Addresses the following:

#1 - Move to ArgumentParser - but now minimum OS is 10.13.
#17 - Swift Compile Error

Additionally, v3 will be out in the next few months. This will require macOS 10.15+ and as such will drop support for the NSUserNotifications API.

But will allow us to address some of the outstanding issues.

What's Changed

New Contributors

Full Changelog: 2.2.3...2.3

Notifier

05 Oct 12:32
Compare
Choose a tag to compare

Addresses #9:

com.apple.notificationcenterui2 has been the bundle ID of Notification Centre up to BS B9.. now it’s com.apple.notificationcenteru, which is the same as any macOS before.

So can revert the changes for this and the issue with the if #available API and BS is now moot as not needed for BS checking anymore.

As such, Big Sur b9+ supported

Notifier

05 Oct 09:45
Compare
Choose a tag to compare

Universal release for Intel and Silicone Macs

Notifier

24 Sep 14:22
99915ce
Compare
Choose a tag to compare

Address #4 and will now run on BS b3+.

The if #available function on b1-b2 reported the OS version as 10.16, since b3 has reported 11.0 but needed an update to Xcode to address this.

Notifier

07 Jul 19:20
Compare
Choose a tag to compare

Initial public release, & it's a Universal Binary too!