Releases: julienXX/terminal-notifier
Releases · julienXX/terminal-notifier
2.0.0 the reboot
This is a brand new release of terminal notifier with alerter features removed. We decided with @vjeantet to split the project again as it was having a lot of issues. From now on if you need sticky notifications and/or action buttons please use alerter instead.
Breaking changes:
- removal of alerter features (-reply, -actions, -timeout, -json)
- back to be distributed as a bundle
Additions:
-version
flag to print the version-ignoreDnD
flag to bypass "Do not disturb"
1.8.0
Breaking changes:
- terminal-notifier is no longer an app bundle but a standard command-line app now
- Usage under macOS 10.8 and 10.9 is deprecated
Fixes:
- open, execute and activate should be more reliable
- URIs are not parsed, only checked for validity
- Add some logging for actions
1.7.2
1.7.1
1.7.0
1.6.3
terminal-notifier 1.6.2
- Prevent exceptions on non-Mac OS X platforms
- Built on OS X 10.10
terminal-notifier 1.6.1
- Bug fixes
- OSX 10.10 compatibility
terminal-notifier-1.5.0
After a long hiatus, finally a new release with huge thanks to the community.
- The message data can now also be specified by piping data to the tool.
- Post notification as a different application with the
sender
option. This also uses that application’s icon. - Play a sound when posting a notification with the
sound
option. Usedefault
or any of the sounds you can find in the System Preferences as the option value. - Unescape first character of option values if it starts with a
\
. This fixes, for example, the case where you could not start a message with a open bracket, which can now be specified as\[
. - Check if Notification Center is running for the current user or exit with 1 otherwise.
- Percent escape URLs specified with the
open
option. - Add
help
option. - The Ruby bindings now raise when used on unsupported platforms. (Be sure to check with
TerminalNotifier.available?
.