Bump version to 0.5.0
This commit is contained in:
parent
aed7176e73
commit
aedb77669e
2 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,10 @@
|
||||||
Changelog for zsh-auto-notify
|
Changelog for zsh-auto-notify
|
||||||
=============================
|
=============================
|
||||||
|
|
||||||
|
0.5.0
|
||||||
|
-----
|
||||||
|
* Support changing notification title and body using AUTO_NOTIFY_TITLE and AUTO_NOTIFY_BODY
|
||||||
|
|
||||||
0.4.0
|
0.4.0
|
||||||
-----
|
-----
|
||||||
* Add `AUTO_NOTIFY_EXPIRE_TIME` configuration option
|
* Add `AUTO_NOTIFY_EXPIRE_TIME` configuration option
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
export AUTO_NOTIFY_VERSION="0.4.0"
|
export AUTO_NOTIFY_VERSION="0.5.0"
|
||||||
|
|
||||||
# Time it takes for a notification to expire
|
# Time it takes for a notification to expire
|
||||||
export AUTO_NOTIFY_EXPIRE_TIME=8000
|
export AUTO_NOTIFY_EXPIRE_TIME=8000
|
||||||
|
|
Loading…
Add table
Reference in a new issue