mirror of
https://github.com/philippdieter/zsh-auto-notify.git
synced 2025-10-13 20:10:00 +00:00
63 lines
1.4 KiB
Markdown
63 lines
1.4 KiB
Markdown
Changelog for zsh-auto-notify
|
|
=============================
|
|
|
|
0.11.1
|
|
------
|
|
* Thank you to @devnoname120 for this release
|
|
* Add support to MACOS for control of notifications on SIGINT
|
|
|
|
0.11.0
|
|
------
|
|
* thankyou to @tommyhaley for the contributions in this release
|
|
* Support forwarding notifications over SSH
|
|
* Add options for
|
|
* controlling notification history persistence
|
|
* control behaviour of notifications on SIGINT
|
|
|
|
0.10.2
|
|
------
|
|
* Use preferable array argument expansion for flexible parameters
|
|
|
|
0.10.1
|
|
------
|
|
* Fix regression where not setting icon on Linux would cause issues (#59 #58)
|
|
|
|
0.10.0
|
|
-----
|
|
* Allow specifying an icon with notify-send backends
|
|
|
|
0.8.0
|
|
-----
|
|
* Change notify-send application title to `zsh`
|
|
|
|
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)
|
|
|
|
0.5.1
|
|
-----
|
|
* Improved handling of MacOS notifications via #16 (Thanks @dmitmel!)
|
|
|
|
0.5.0
|
|
-----
|
|
* Support changing notification title and body using AUTO_NOTIFY_TITLE and AUTO_NOTIFY_BODY
|
|
|
|
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
|
|
|
|
0.2.0
|
|
-----
|
|
* Initial stable release
|