]> git.99rst.org Git - irssi-scripts.irssi.org.git/commitdiff
add changelog
authorAilin Nemui <redacted>
Thu, 13 Sep 2018 08:18:32 +0000 (10:18 +0200)
committerAilin Nemui <redacted>
Thu, 13 Sep 2018 08:18:32 +0000 (10:18 +0200)
scripts/trackbar.pl

index 6424eae04c716a9651a4edc877f74ebf777d8fa2..7e5b19b6e495e4070f007b0b15ffbe6c0090a6f1 100644 (file)
@@ -46,7 +46,7 @@
 #    Description: Only clear the trackbar if it has been scrolled to.
 #
 #    Setting:     trackbar_all_manual
-#    Description: Never clear the trackbar.
+#    Description: Never clear the trackbar until you do /mark.
 #
 #     /mark is a command that will redraw the line at the bottom.
 #
@@ -102,7 +102,7 @@ use strict;
 use warnings;
 use vars qw($VERSION %IRSSI);
 
-$VERSION = "2.6"; # 7e8c189d7817f70
+$VERSION = "2.6"; # c99d17e529ad9ce
 
 %IRSSI = (
     authors     => "Peter 'kinlo' Leurs, Uwe Dudenhoeffer, " .
@@ -172,6 +172,7 @@ $VERSION = "2.6"; # 7e8c189d7817f70
 
 ## Version history:
 #
+#  2.7: - add /set trackbar_all_manual option
 #  2.5: - merge back on scripts.irssi.org
 #       - fix /trackbar redraw broken in 2.4
 #       - fix legacy encodings
git clone https://git.99rst.org/PROJECT