Bump version to 0.4.0

This commit is contained in:
Michael Aquilina 2019-07-21 21:56:02 +01:00
parent 831c0b0b00
commit b4adbd5053
No known key found for this signature in database
GPG key ID: 636066730B056BD1
2 changed files with 8 additions and 1 deletions

View file

@ -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

View file

@ -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