We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 474626c commit 73856aaCopy full SHA for 73856aa
CHANGELOG.md
@@ -4,6 +4,11 @@ Changelog
4
dev
5
---
6
7
+* -
8
+
9
+0.6 (2016-09-27)
10
+----------------
11
12
* All messages are now intercepted, not only those tagged with `irc_privmsg`.
13
This should make the plugin working also for networks other than IRC (e.g.
14
Matrix [#3](https://github.com/s3rvac/weechat-notify-send/issues/3)).
notify_send.py
@@ -48,7 +48,7 @@
48
SCRIPT_AUTHOR = 's3rvac'
49
50
# Version of the script.
51
-SCRIPT_VERSION = '0.6 (dev)'
+SCRIPT_VERSION = '0.6'
52
53
# License under which the script is distributed.
54
SCRIPT_LICENSE = 'MIT'
0 commit comments