summaryrefslogtreecommitdiff
path: root/ReleaseNotes.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'ReleaseNotes.adoc')
-rw-r--r--ReleaseNotes.adoc16
1 files changed, 15 insertions, 1 deletions
diff --git a/ReleaseNotes.adoc b/ReleaseNotes.adoc
index 2247cd115..7684c8752 100644
--- a/ReleaseNotes.adoc
+++ b/ReleaseNotes.adoc
@@ -14,7 +14,21 @@ For a complete list of changes, please look at ChangeLog.
[[v4.3.0]]
== Version 4.3.0 (under dev)
-No release notes.
+[[v4.3.0_script_keys]]
+=== 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:
+
+----
+/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
+----
[[v4.2.1]]
== Version 4.2.1 (2024-01-22)