Skip to content

v0.9

Compare
Choose a tag to compare
@s3rvac s3rvac released this 15 Mar 14:57
· 26 commits to master since this release
3eb29e5
  • 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.