We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3068276 commit 962218aCopy full SHA for 962218a
CHANGELOG.md
@@ -4,6 +4,11 @@ Changelog
4
dev
5
---
6
7
+-
8
+
9
+0.8 (2018-10-07)
10
+----------------
11
12
* Added a new option: `notify_on_all_messages_in_buffers_that_match`. It is a
13
comma-separated list of regex patterns of buffers for which you want to
14
receive notifications on all messages that appear in them.
notify_send.py
@@ -50,7 +50,7 @@
50
SCRIPT_AUTHOR = 's3rvac'
51
52
# Version of the script.
53
-SCRIPT_VERSION = '0.8 (dev)'
+SCRIPT_VERSION = '0.8'
54
55
# License under which the script is distributed.
56
SCRIPT_LICENSE = 'MIT'
0 commit comments