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.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', | 
