Releases: variadico/noti
Releases · variadico/noti
3.7.0
3.6.0
Added
- Support for Google Chat through webhooks
3.5.0
Added
--time
option to show execution time in message- Twilio support
Fixed
- Notification title in Telegram
3.4.0
3.3.0
3.2.0
3.1.0
3.0.0
Added
.noti.yaml
config file supports current notifications.- Speech notification support for Windows.
- Man pages for
noti
andnoti.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 ofv3.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
.