@@ -4,27 +4,27 @@ Changelog
44dev
55---
66
7- * Notifications are now transient by default. That is, when a notification
8- expires or is dismissed, it is removed from the notification bar. To disable
9- this behavior, set the ` plugins.var.python.notify_send.transient `
10- configuration option to ` off ` .
7+ * Notifications are transient by default. That is, when a notification expires
8+ or is dismissed, it is removed from the notification bar. To disable this
9+ behavior, set the ` plugins.var.python.notify_send.transient ` configuration
10+ option to ` off ` .
1111* When checking for a buffer-name match, consider ` >channel ` and ` #channel ` to
1212 be equal. The reason is that the
1313 [ wee_slack] ( https://github.com/rawdigits/wee-slack ) plugin replaces ` # ` with
1414 ` > ` to indicate that someone in the buffer is typing. This fixes the behavior
1515 of several configuration options (e.g. ` notify_on_all_messages_in_buffers ` )
1616 when [ weechat_notify_send] ( https://github.com/s3rvac/weechat-notify-send ) is
1717 used together with [ wee_slack] ( https://github.com/rawdigits/wee-slack ) .
18- * Do not show notifications for some more messages that were ignored in
19- previous versions of the plugin. More specifically, do not show notifications
20- for messages tagged with ` irc_part ` , ` irc_status ` , ` irc_nick_back ` ,
21- ` irc_401 ` , and ` irc_402 ` .
18+ * Do not show notifications for some messages that were ignored in previous
19+ versions of the plugin. More specifically, do not show notifications for
20+ messages tagged with ` irc_part ` , ` irc_status ` , ` irc_nick_back ` , ` irc_401 ` ,
21+ and ` irc_402 ` .
2222* Made notifications for ordinary messages look like highlight notifications
2323 when the buffer is in ` notify_on_all_messages_in_buffers ` . Previously, such
2424 notifications looked like private-message notifications, which was
2525 misleading.
2626* Do not show notifications for messages without a nick. A nick is required to
27- form a correct notification source/ message.
27+ form a correct notification source and message.
2828* Fixed displaying of notifications without a source. Previously, ` notify-send `
2929 failed with the following error message: ` No summary specified. `
3030* Fixed shortening of messages containing non-ASCII characters. Previously, it
0 commit comments