Skip to content

Releases: variadico/noti

3.7.0

13 Feb 04:50
Compare
Choose a tag to compare

Added

  • Add Telegram Topic support

3.6.0

10 Oct 17:06
Compare
Choose a tag to compare

Added

  • Support for Google Chat through webhooks

3.5.0

07 Sep 00:21
Compare
Choose a tag to compare

Added

  • --time option to show execution time in message
  • Twilio support

Fixed

  • Notification title in Telegram

3.4.0

08 Dec 01:49
Compare
Choose a tag to compare

Added

  • Support to read message body from stdin
  • Support for keybase

Removed

  • Support for HipChat

Changed

  • Noti's exit status is now based on executed subcommand's status
  • Shell login flag is no longer passed when executing an alias

3.3.0

11 Sep 07:22
Compare
Choose a tag to compare

Added

  • Support for Zulip.
  • Support for Telegram.

Fixed

  • The name "noti" was appearing twice in Slack.

Deprecated

  • Hipchat will be removed in next release.

3.2.0

26 Jun 03:04
Compare
Choose a tag to compare

Added

  • Support for Mattermost.
  • Support for Slack App URL.
  • Support for pollPID for BSD and Windows.

Removed

  • Installation by go get, can revisit in Go 1.14.

Fixed

  • Incorrect deprecation mapping.

3.1.0

25 Mar 23:28
Compare
Choose a tag to compare

Added

  • Pushbullet config key to specify a target device.

Fixed

  • --message let's you change the message again.

3.0.0

06 Jan 08:54
Compare
Choose a tag to compare

Added

  • .noti.yaml config file supports current notifications.
  • Speech notification support for Windows.
  • Man pages for noti and noti.yaml.
  • Configuration option for Slack bot name.

Changed

  • -b=false no longer has to be passed to disable banner when enabling
    multiple notifications.
  • --help has been simplified.
  • --pwatch now polls PID every 2 seconds instead of every 1 second.
  • Version omits v prefix, e.g. 3.0.0 instead of v3.0.0.

Deprecated

  • In an effort to normalize and allow future configuration for different
    services, certain environment variables have been deprecated.
| Deprecated           | Current                        |
---------------------------------------------------------
| NOTI_SOUND           | NOTI_NSUSER_SOUNDNAME          |
| NOTI_SOUND_FAIL      | NOTI_NSUSER_SOUNDNAMEFAIL      |
| NOTI_VOICE           | NOTI_SAY_VOICE                 |
| NOTI_VOICE           | NOTI_ESPEAK_VOICENAME          |
| NOTI_VOICE           | NOTI_SPEECHSYNTHESIZER_VOICE   |
| NOTI_BC_INCOMING_URI | NOTI_BEARYCHAT_INCOMINGHOOKURI |
| NOTI_HIPCHAT_TOK     | NOTI_HIPCHAT_ACCESSTOKEN       |
| NOTI_HIPCHAT_DEST    | NOTI_HIPCHAT_ROOM              |
| NOTI_PUSHBULLET_TOK  | NOTI_PUSHBULLET_ACCESSTOKEN    |
| NOTI_PUSHOVER_TOK    | NOTI_PUSHOVER_TOKEN            |
| NOTI_PUSHOVER_DEST   | NOTI_PUSHOVER_USER             |
| NOTI_SLACK_TOK       | NOTI_SLACK_TOKEN               |
| NOTI_SLACK_DEST      | NOTI_SLACK_CHANNEL             |

Removed

  • Single-dash long options. Long flags must be passed with two dashes, e.g.
    --version.

v2.7.0

10 Oct 03:39
Compare
Choose a tag to compare

Deprecated

  • Single-dash long options. Any scripts using -banner or -title should be
    updated to use --banner or --title instead.

v2.6.0

08 Jul 22:16
Compare
Choose a tag to compare

Added

  • Support for Pushsafer.