diff options
author | Teddy Wing | 2024-02-02 19:45:38 +0100 |
---|---|---|
committer | Teddy Wing | 2024-02-02 19:45:38 +0100 |
commit | 73de336ac872b2eea884cdcbfbd04c48f354e3fb (patch) | |
tree | 10a406dc9aa3fb8b53bb447c6aa5b094adbbaac3 | |
parent | 14cd807b49dab453e0393b074b2c2a4e548c3270 (diff) | |
download | weechat-activity-bar-master.tar.bz2 |
-rw-r--r-- | CHANGELOG | 5 | ||||
-rw-r--r-- | activity_bar.pl | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,6 +1,11 @@ CHANGELOG ========= +v1.3 (2024-02-02): + Fixes: + + * Don't show activity for highlights in the 'core.weechat' buffer. + v1.2 (2023-10-15): Changes: diff --git a/activity_bar.pl b/activity_bar.pl index a3978dd..359d9ad 100644 --- a/activity_bar.pl +++ b/activity_bar.pl @@ -22,7 +22,7 @@ use IO::Socket::INET; weechat::register( 'activity_bar', 'Teddy Wing', - '1.2', + '1.3', 'GPL-3.0-or-later', 'Monitor activity in all buffers and update AnyBar', 'shutdown', |