Recent Releases of https://github.com/julienXX/terminal-notifier
https://github.com/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:
-versionflag to print the version-ignoreDnDflag to bypass "Do not disturb"
- Objective-C
Published by julienXX over 8 years ago
https://github.com/julienXX/terminal-notifier - 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
- Objective-C
Published by julienXX almost 9 years ago
https://github.com/julienXX/terminal-notifier - 1.7.2
- Fixes a memory leak
- Better parsing of arguments starting with
-in the Ruby wrapper - README updates
- Objective-C
Published by julienXX almost 9 years ago
https://github.com/julienXX/terminal-notifier - 1.7.1
Bring back the old behaviour when not using -reply or -actions.
- Objective-C
Published by julienXX over 9 years ago
https://github.com/julienXX/terminal-notifier - 1.7.0
Awesome release thanks to @vjeantet which allowed it's alerter features to be merged in terminal-notifier.
- add Reply button
- add Yes/No buttons
- add Dropdown actions
- add Timeout
- outputs event as JSON
- Objective-C
Published by julienXX over 9 years ago
https://github.com/julienXX/terminal-notifier - 1.6.3
- Remove image border
- JRuby compatibility
- Fix for running under non-OSX CIs
- Objective-C
Published by julienXX almost 11 years ago
https://github.com/julienXX/terminal-notifier - terminal-notifier 1.6.2
- Prevent exceptions on non-Mac OS X platforms
- Built on OS X 10.10
- Objective-C
Published by julienXX over 11 years ago
https://github.com/julienXX/terminal-notifier - terminal-notifier 1.6.1
- Bug fixes
- OSX 10.10 compatibility
- Objective-C
Published by julienXX over 11 years ago
https://github.com/julienXX/terminal-notifier - 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
senderoption. This also uses that application’s icon. - Play a sound when posting a notification with the
soundoption. Usedefaultor 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
openoption. - Add
helpoption. - The Ruby bindings now raise when used on unsupported platforms. (Be sure to check with
TerminalNotifier.available?.
- Objective-C
Published by alloy over 12 years ago