Bump version to 0.4.0
This commit is contained in:
parent
831c0b0b00
commit
9596b87899
2 changed files with 8 additions and 1 deletions
|
@ -1,6 +1,13 @@
|
|||
Changelog for zsh-auto-notify
|
||||
=============================
|
||||
|
||||
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
|
||||
|
||||
0.3.0
|
||||
-----
|
||||
* Add support for environments where standard history is disabled. Fixed in #10
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
export AUTO_NOTIFY_VERSION="0.3.0"
|
||||
export AUTO_NOTIFY_VERSION="0.4.0"
|
||||
|
||||
# Time it takes for a notification to expire
|
||||
export AUTO_NOTIFY_EXPIRE_TIME=8000
|
||||
|
|
Loading…
Add table
Reference in a new issue