From: martin f. krafft Date: Sat, 11 Sep 2021 05:55:36 +0000 (+0200) Subject: Add changelog X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=093fcb793807f032dfe54bd994391874d1c8a00e;p=irssi-scripts.irssi.org.git Add changelog Reconstructed from Git, but I figure it makes sense to have it in the comments. Signed-off-by: martin f. krafft --- diff --git a/scripts/ctrlact.pl b/scripts/ctrlact.pl index 49838fd..dbbc546 100644 --- a/scripts/ctrlact.pl +++ b/scripts/ctrlact.pl @@ -129,6 +129,29 @@ # Turns on debug output. Not that this may itself be buggy, so please don't # use it unless you really need it. # +### Changelog: +# +# 2021-09-11 : v1.4 +# * Let rules be defined and removed with /ctrlact add/remove +# * Implement saving of map file +# * Introduce the concept of attention span +# * Wildcard matching on substrings +# * Several code refactorings and improvements +# +# 2021-09-06 : v1.3 +# * Maintenance release, minor fixups +# +# 2017-02-24 : v1.2 +# * Fix invocation of '/ctrlact query' without a -tag (#354) +# +# 2017-02-15 : v1.1 +# * Configurable inhibition of beeps +# * Re-read configuration properly +# * Provide for matching on chatnet/server tag +# +# 2017-02-12 : v1.0 +# * Initial public release +# ### To-do: # # - figure out interplay with activity_hide_level