mirror of
https://github.com/philippdieter/zsh-auto-notify.git
synced 2025-10-13 03:58:44 +00:00
Bump to 0.11.0
This commit is contained in:
parent
8f4f4f5742
commit
cac2c193d9
@ -1,6 +1,14 @@
|
|||||||
Changelog for zsh-auto-notify
|
Changelog for zsh-auto-notify
|
||||||
=============================
|
=============================
|
||||||
|
|
||||||
|
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
|
0.10.2
|
||||||
------
|
------
|
||||||
* Use preferable array argument expansion for flexible parameters
|
* Use preferable array argument expansion for flexible parameters
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
export AUTO_NOTIFY_VERSION="0.10.2"
|
export AUTO_NOTIFY_VERSION="0.11.0"
|
||||||
|
|
||||||
# Time it takes for a notification to expire
|
# Time it takes for a notification to expire
|
||||||
[[ -z "$AUTO_NOTIFY_EXPIRE_TIME" ]] &&
|
[[ -z "$AUTO_NOTIFY_EXPIRE_TIME" ]] &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user