]> git.99rst.org Git - irssi-scripts.irssi.org.git/commitdiff
Prepare 1.5 release
authormartin f. krafft <redacted>
Fri, 17 Sep 2021 05:36:34 +0000 (07:36 +0200)
committermartin f. krafft <redacted>
Sun, 19 Sep 2021 21:38:43 +0000 (23:38 +0200)
Signed-off-by: martin f. krafft <redacted>
scripts/ctrlact.pl

index 052ae4142c915080319d2ddc788fb1d1e3079590..90c9d7bc22e1390605ce77c9f415ea93d4a2d6ca 100644 (file)
 #
 ### Changelog:
 #
+#  2021-09-20 : v1.5
+#  * Introduce snoop and sleep. Snooping means ctrlact will apply rules as if
+#    you had just been active on the channel, and sleeping means that ctrlact
+#    applies rules as if you hadn't been active recently.
+#  * Also display the time remaining when an attention-span rule matches
+#  * Sanity checks on the fallback settings
+#  * Implement /ctrlact help
+#  * Fix /ctrlact show with an empty ruleset
+#
 #  2021-09-11 : v1.4
 #  * Let rules be defined and removed with /ctrlact add/remove
 #  * Implement saving of map file
@@ -112,7 +121,7 @@ use Irssi;
 use Text::ParseWords;
 use version;
 
-our $VERSION = version->parse('1.4');
+our $VERSION = version->parse('1.5');
 
 our %IRSSI = (
     authors     => 'martin f. krafft',
@@ -122,7 +131,7 @@ our %IRSSI = (
     license     => 'MIT',
     url         => 'https://github.com/irssi/scripts.irssi.org/blob/master/scripts/ctrlact.pl',
     version     => $VERSION,
-    changed     => '2021-09-11'
+    changed     => '2021-09-20'
 );
 
 ### DEFAULTS AND SETTINGS ######################################################
git clone https://git.99rst.org/PROJECT