From 67df6534c00ea5504f12a8e456c84d70d0813d31 Mon Sep 17 00:00:00 2001 From: Michael Aquilina Date: Mon, 26 Aug 2019 12:28:13 +0100 Subject: [PATCH] Bump version to 0.7.0 --- CHANGELOG.md | 4 ++++ auto-notify.plugin.zsh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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