blob: 74d3669e6a0168593fd1c548b048152177096e99 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
ver 0.8.1:
fix release
ver 0.8.0:
Change notify-send application title to `zsh
ver 0.7.0:
Allow alternate `AUTO_NOTIFY_WHITELIST` for specifying commands to allow
ver 0.6.0:
Display warning and disable auto-notify if notify-send is not installed (Linux only)
ver 0.5.1:
Improved handling of MacOS notifications via #16 (Thanks @dmitmel!)
ver 0.5.0:
Support changing notification title and body using AUTO_NOTIFY_TITLE and AUTO_NOTIFY_BODY
ver 0.4.0:
Add AUTO_NOTIFY_EXPIRE_TIME configuration option
Improvements to notification formatting
Exit code is now displayed in notifications
Notifications on linux now show as critical if long command exits with non-zero exit code
ver 0.3.0:
Add support for environments where standard history is disabled. Fixed in #10
ver 0.2.0:
Initial stable release
|