From 2dd083554bf5aa08d452482652d294362463d650 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Fri, 31 May 2024 13:58:25 +0200 Subject: [PATCH] core: remove duplicate entry in upgrade guidelines --- UPGRADING.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/UPGRADING.md b/UPGRADING.md index 76225ff0d..c10a928bd 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -50,21 +50,6 @@ The option `irc.color.item_channel_modes` has been moved to core and renamed to The signal "buffer_line_added" is now sent for every line added or modified on a buffer with free content. -### Script keys - -Some arguments to the `/script` command were renamed in version 4.1.0, but the -keys using these arguments were not changed at same time. - -They're now using the new arguments by default, but you must reset manually -the keys with the following commands: - -```text -/reset weechat.key_mouse.@chat(script.scripts):button1 -/reset weechat.key_mouse.@chat(script.scripts):button2 -/reset weechat.key_mouse.@chat(script.scripts):wheeldown -/reset weechat.key_mouse.@chat(script.scripts):wheelup -``` - ## Version 4.2.2 ### Script keys