From 9596b8789993f876c563629ed951f530006146e5 Mon Sep 17 00:00:00 2001 From: Michael Aquilina Date: Sun, 21 Jul 2019 21:56:02 +0100 Subject: [PATCH] Bump version to 0.4.0 --- CHANGELOG.md | 7 +++++++ auto-notify.plugin.zsh | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60a990f..04929cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ Changelog for zsh-auto-notify ============================= +0.4.0 +----- +* Add `AUTO_NOTIFY_EXPIRE_TIME` configuration option +* Improvements to notification formatting +* Exit code is now displayed in notifications +* Notifications on linux now show as critical if long command exits with non-zero exit code + 0.3.0 ----- * Add support for environments where standard history is disabled. Fixed in #10 diff --git a/auto-notify.plugin.zsh b/auto-notify.plugin.zsh index 216501f..7487ebf 100644 --- a/auto-notify.plugin.zsh +++ b/auto-notify.plugin.zsh @@ -1,4 +1,4 @@ -export AUTO_NOTIFY_VERSION="0.3.0" +export AUTO_NOTIFY_VERSION="0.4.0" # Time it takes for a notification to expire export AUTO_NOTIFY_EXPIRE_TIME=8000