You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a new option: notify_on_all_messages_in_current_buffer. When set to on, you will receive a notification on all messages in the currently active buffer (#22).
Added a new option: hide_messages_in_buffers_that_match. It is a comma-separated list of regex patterns for names of buffers from which you want to receive notifications without messages (#19).
Added a new option: desktop_entry. It contains the name of the desktop entry for WeeChat. This enables notify-send to focus WeeChat upon clicking on a notification (#14).
Changed the default value of the ignore_nicks option from '' to '-,--,-->'. This will prevent notifications for messages from nicks -, --, and -->, which is usually just noise (#23).
Dropped support for Python 3.4 (it is EOL). When using Python 3, at least Python 3.5 is required.