diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e5c070..fa30c32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ 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 ----- * Improved handling of MacOS notifications via #16 (Thanks @dmitmel!) diff --git a/auto-notify.plugin.zsh b/auto-notify.plugin.zsh index 9168f99..c44d04e 100644 --- a/auto-notify.plugin.zsh +++ b/auto-notify.plugin.zsh @@ -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 export AUTO_NOTIFY_EXPIRE_TIME=8000