We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8740386 commit 669cf89Copy full SHA for 669cf89
CHANGELOG.md
@@ -4,6 +4,11 @@ Changelog
4
dev
5
---
6
7
+* -
8
+
9
+0.4 (2016-04-23)
10
+----------------
11
12
* Added a new option: `min_notification_delay`. It represents a minimal delay
13
between successive notifications from the same buffer. It is used to protect
14
from floods/spam. The default value is 500 milliseconds. Set it to 0 to
notify_send.py
@@ -49,7 +49,7 @@
49
SCRIPT_AUTHOR = 's3rvac'
50
51
# Version of the script.
52
-SCRIPT_VERSION = '0.4 (dev)'
+SCRIPT_VERSION = '0.4'
53
54
# License under which the script is distributed.
55
SCRIPT_LICENSE = 'MIT'
0 commit comments