Skip to content

Releases: variadico/noti

v2.5.0

26 Nov 04:16
Compare
Choose a tag to compare

Added

  • Support for Simplepush.

Fixed

  • Formatting bug in help.

v2.4.0

02 Oct 01:33
Compare
Choose a tag to compare

Added

  • Support for BearyChat

v2.3.0

10 Sep 03:20
Compare
Choose a tag to compare

Added

  • Banner support for Windows 10.

Fixed

  • Aliases in Bash and ZSH now work.

v2.2.2

29 Aug 06:38
Compare
Choose a tag to compare

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

27 Aug 22:07
Compare
Choose a tag to compare

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

26 May 08:08
Compare
Choose a tag to compare

Added

  • -pwatch flag to trigger notification after PID disappears.
  • Check for updates during -v flag.

Changed

  • Install command changed to: go get -u github.com/variadico/noti/cmd/noti

v2.1.1

27 Feb 20:01
Compare
Choose a tag to compare

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

24 Feb 07:58
Compare
Choose a tag to compare

Added

  • NOTI_SOUND_FAIL tells Noti which sound to play for banner notifications
    when a utility fails on OS X.
  • NOTI_SOUND and NOTI_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

31 Jan 22:44
Compare
Choose a tag to compare

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.

v1.3.0

18 Nov 05:42
Compare
Choose a tag to compare

Added libnotify support, so now Linux and FreeBSD can have notifications too!