diff --git a/CHANGELOG.md b/CHANGELOG.md index fa30c32..d104737 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ Changelog for zsh-auto-notify ============================= +0.7.0 +----- +* Allow alternate `AUTO_NOTIFY_WHITELIST` for specifying commands to allow + 0.6.0 ----- * Display warning and disable auto-notify if notify-send is not installed (Linux only) diff --git a/auto-notify.plugin.zsh b/auto-notify.plugin.zsh index 58820d6..a6c89d1 100644 --- a/auto-notify.plugin.zsh +++ b/auto-notify.plugin.zsh @@ -1,4 +1,4 @@ -export AUTO_NOTIFY_VERSION="0.6.0" +export AUTO_NOTIFY_VERSION="0.7.0" # Time it takes for a notification to expire export AUTO_NOTIFY_EXPIRE_TIME=8000