summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
-rw-r--r--changelog13
3 files changed, 15 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dbf7b71f5233..6c58f70ca6b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = zsh-auto-notify
pkgrel = 1
url = https://github.com/MichaelAquilina/zsh-auto-notify
install = zsh-auto-notify.install
+ changelog = changelog
arch = any
license = GPL
depends = zsh
diff --git a/PKGBUILD b/PKGBUILD
index e59b5f44b40f..a287ded4b1a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,7 @@ depends=('zsh')
install=$pkgname.install
source=("$pkgname-$pkgver.tar.gz::https://github.com/MichaelAquilina/${pkgname}/archive/${pkgver}.tar.gz")
sha512sums=('788f926b957c79ceef2c304bad4aaaeaad47fc066992113f171baf5afadc618831be1f962503ec3ca990c97453407baacd4bb46879677608062faea0569e239c')
+changelog=changelog
package() {
cd "$pkgname-$pkgver"
diff --git a/changelog b/changelog
new file mode 100644
index 000000000000..cea745cc13c1
--- /dev/null
+++ b/changelog
@@ -0,0 +1,13 @@
+ver 0.5.1:
+ Improved handling of MacOS notifications via #16 (Thanks @dmitmel!)
+ver 0.5.0
+ Support changing notification title and body using AUTO_NOTIFY_TITLE and AUTO_NOTIFY_BODY
+ver 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
+ver 0.3.0
+ Add support for environments where standard history is disabled. Fixed in #10
+ver 0.2.0
+ Initial stable release