From d74f2e3183ac59e198b71d4b9f9727f00207bc3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Tue, 9 Feb 2021 20:19:22 +0100 Subject: [PATCH] core: add fixed behavior of command /window splitv in release notes --- ReleaseNotes.adoc | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ReleaseNotes.adoc b/ReleaseNotes.adoc index c26fa9775..84793ccd7 100644 --- a/ReleaseNotes.adoc +++ b/ReleaseNotes.adoc @@ -20,6 +20,18 @@ https://weechat.org/files/changelog/ChangeLog-devel.html[ChangeLog] [[v3.1]] == Version 3.1 (under dev) +[[v3.1_window_splitv]] +=== Vertical split of windows + +The vertical split of windows has been fixed (see issue #1612): now the new +window has the asked size, instead of the original window. + +For example with this command the new window (on the right) has size 80% instead +of 20% in previous releases: + +---- +/window splitv 80 +---- + [[v3.1_secure_data_passphrase_command]] === External program to read secured data passphrase