Bump version to 0.6.0
This commit is contained in:
parent
7f7027034c
commit
0b7a039689
2 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,10 @@
|
||||||
Changelog for zsh-auto-notify
|
Changelog for zsh-auto-notify
|
||||||
=============================
|
=============================
|
||||||
|
|
||||||
|
0.6.0
|
||||||
|
-----
|
||||||
|
* Display warning and disable auto-notify if notify-send is not installed (Linux only)
|
||||||
|
|
||||||
0.5.1
|
0.5.1
|
||||||
-----
|
-----
|
||||||
* Improved handling of MacOS notifications via #16 (Thanks @dmitmel!)
|
* Improved handling of MacOS notifications via #16 (Thanks @dmitmel!)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
export AUTO_NOTIFY_VERSION="0.5.1"
|
export AUTO_NOTIFY_VERSION="0.6.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