diff options
| -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', | 
