diff options
| -rw-r--r-- | CHANGELOG | 16 | ||||
| -rw-r--r-- | activity_bar.pl | 2 | 
2 files changed, 17 insertions, 1 deletions
| diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..d0e8af3 --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,16 @@ +CHANGELOG +========= + +v1.1 (2023-10-12): +	Changes: + +	* Don't show activity for messages below their buffer's notify level. +	* Change regular message activity colour from orange to blue. +	* Change private message activity colour from blue to orange. +	* Don't change the existing AnyBar colour if a lower priority message comes +	  in. + +v1.0 (2023-10-10): +	First public release. + + vim:tw=80:comments=:fo+=n:formatlistpat=^\\s*\\*\\s* diff --git a/activity_bar.pl b/activity_bar.pl index e3fc829..37b2aac 100644 --- a/activity_bar.pl +++ b/activity_bar.pl @@ -22,7 +22,7 @@ use IO::Socket::INET;  weechat::register(  	'activity_bar',  	'Teddy Wing', -	'1.0', +	'1.1',  	'GPL-3.0-or-later',  	'Monitor activity in all buffers and update AnyBar',  	'shutdown', | 
