From f1f19519f738ac08bfa8c94dd18ba4291ab7b2de Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 28 Mar 2026 13:59:22 +0530 Subject: [PATCH] Update changelog --- docs/changelog.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 0e443f10d..0bde3d5ad 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -172,6 +172,11 @@ Detailed list of changes - For builtin key mappings automatically :ref:`fallback ` to matching the US-PC layout key when the pressed key has no matches and is a non-English character (:pull:`9671`) +- Allow drag and drop of windows to re-arrange them, move them to another + tab/OS Window or detach them into a new OS Window. See + :ac:`toggle_window_title_bars` to temporarily show window title bars to drag + them around (:pull:`9626`) + - :doc:`Remote control `: Expose :code:`session_name` in the output of ``kitten @ ls`` for each window (:iss:`9732`) - Fix thickness of diagonal lines in box drawing characters not the same as horizontal/vertical lines (:iss:`9719`)