Releases: variadico/noti
Releases · variadico/noti
v2.5.0
v2.4.0
v2.3.0
v2.2.2
Fixed
noti
now compiles on Windows.
Download
# For macOS.
curl -L https://github.com/variadico/noti/releases/download/v2.2.2/noti2.2.2.darwin-amd64.tar.gz | tar -xz
# For Linux.
curl -L https://github.com/variadico/noti/releases/download/v2.2.2/noti2.2.2.linux-amd64.tar.gz | tar -xz
GPG
gpg --keyserver pgp.mit.edu --recv-keys 0x53A78C8C711C09EF
curl -L https://github.com/variadico/noti/releases/download/v2.2.2/noti2.2.2.darwin-amd64.tar.gz.gpg | gpg --decrypt | tar -xz
v2.2.1
Added
- Add notification config docs to repo.
Fixed
- Bug that caused noti to not work on macOS Sierra.
Notes
Today's binaries are compiled on Go 1.7.
The easy way to grab a binary.
# For macOS.
curl -L https://github.com/variadico/noti/releases/download/v2.2.1/noti2.2.1.darwin-amd64.tar.gz | tar -xz
# For Linux.
curl -L https://github.com/variadico/noti/releases/download/v2.2.1/noti2.2.1.linux-amd64.tar.gz | tar -xz
v2.2.0
v2.1.1
Added
- Tests.
Fixed
- Setting
-t
or-m
will now take precedence over utility name.
Changed
- Slackbot icon is now a rocket.
- If utility fails, noti will exit 1.
- Utility name default now includes subcommand too.
- Improved error handling for notifiers that shell out.
v2.1.0
Added
NOTI_SOUND_FAIL
tells Noti which sound to play for banner notifications
when a utility fails on OS X.NOTI_SOUND
andNOTI_SOUND_FAIL
can be set to_mute
for silent
notifications.- HipChat notifications.
- Pushover notifications.
- Noti Wiki.
Changed
- On OS X, banner notifications will play different sounds depending on the
utility's success or failure, instead of the same sound for both. NOTI_SLACK_DEST
no longer defaults to "#random". It must be manually set.
v2.0.0
Added
- Speech notifications.
- Slack notifications.
- Optionally set default notification type(s) through
NOTI_DEFAULT
env var. - Multi-notification support.
- Other configuration through environment variables.
- Contributing document.
- Change log.
Changed
- On OS X, the notification sound must now be set in the environment variable,
NOTI_SOUND
. - On OS X, instead of AppleScript, banner notifications are triggered with
Object-C, which shows (nicer) Terminal icon.
Removed
-f
flag for OS X. This caused unexpected behavior for people who use iTerm2.- OS X-specific flags and usage text from Linux and FreeBSD help.