diff options
author | Teddy Wing | 2023-12-15 01:55:21 +0100 |
---|---|---|
committer | Teddy Wing | 2023-12-15 01:55:21 +0100 |
commit | 4ce8cee35973182eb1f905b2e93b44b660c655f6 (patch) | |
tree | 887981e13402a9ad741b8ff333a1a75c3bffc567 | |
parent | bf1480a5e3a8d40d56250043269524c49f6b39c3 (diff) | |
download | weechat-activity-bar-4ce8cee35973182eb1f905b2e93b44b660c655f6.tar.bz2 |
Increase version v1.1 -> v1.2v1.2
-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.2 (2023-10-15): + Changes: + + * Don't show activity for messages in the 'core.weechat' buffer. + v1.1 (2023-10-12): Changes: diff --git a/activity_bar.pl b/activity_bar.pl index 4c41e4c..602012b 100644 --- a/activity_bar.pl +++ b/activity_bar.pl @@ -22,7 +22,7 @@ use IO::Socket::INET; weechat::register( 'activity_bar', 'Teddy Wing', - '1.1', + '1.2', 'GPL-3.0-or-later', 'Monitor activity in all buffers and update AnyBar', 'shutdown', |