diff options
author | Teddy Wing | 2023-12-12 20:47:58 +0100 |
---|---|---|
committer | Teddy Wing | 2023-12-12 20:47:58 +0100 |
commit | 113f7c16a4eb52a2282de31d55b46fc50505d3bb (patch) | |
tree | f42d9ad69870b61a8ff04cdf7d0a0243dc7ffb7e | |
parent | 9e3f392c28791205591e5e5c32ad7534eb5fc707 (diff) | |
download | weechat-activity-bar-113f7c16a4eb52a2282de31d55b46fc50505d3bb.tar.bz2 |
Increase version v1.0 -> v1.1v1.1
-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', |