diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-09-15 08:43:37 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-09-15 08:43:37 +0200 |
commit | 85b5bacfe3d7343cb8695b8d7b0467732d8b8d53 (patch) | |
tree | 948c07233f9177ca637cf83967843af55b0a061b /ChangeLog.adoc | |
parent | e62ff286ff4141e276f22b834b09aa72ac509799 (diff) | |
download | weechat-85b5bacfe3d7343cb8695b8d7b0467732d8b8d53.zip |
script: rename parameters up/down/go to -up/-down/-go in command `/script`
Diffstat (limited to 'ChangeLog.adoc')
-rw-r--r-- | ChangeLog.adoc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 3153459cb..59781f647 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -47,7 +47,8 @@ New features:: * irc: remove default CTCP replies FINGER and USERINFO (issue #1974) * irc, xfer: add support of passive DCC (issue #2004, issue #487) * python: make stub (weechat.pyi) compatible with Python 3.8 and 3.9 (issue #2006) - * script: allow jump to the last script with command `/script go end` + * script: rename parameters up/down/go to -up/-down/-go in command `/script` + * script: allow jump to the last script with command `/script -go end` * script: allow commands `/script autoload`, `/script noautoload`, `/script toggleautoload` with scripts not present in the repository (issue #1980) * trigger: add options `-o`, `-ol`, `-i` and `-il` in command `/trigger list` (issue #1953) |