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)
--rebrand
flag--type alert
or--type banner
)--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)