From 74f532bd07277128c3ae9c9e095948acba81e4f7 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 11 Mar 2026 08:53:58 +0530 Subject: [PATCH] Update major changes --- docs/changelog.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index d1dab1e29..bc9889924 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -9,6 +9,20 @@ To update |kitty|, :doc:`follow the instructions `. Recent major new features --------------------------- +Mousing [0.46] +~~~~~~~~~~~~~~~ + +kitty already had excellent mouse support, but now it is taking it to the next +level. The kitty scrollback buffer grew support for :pull:`smooth scrolling <9330>` +and momentum based scrolling for a natural, smooth and kinetic scrolling experience. + +Additionally, you can now :pull:`drag kitty tabs around <9296>` with the mouse +to re-order them, move them to another kitty OS Window or even detach them into +their own OS Window. + +Finally, a long requested feature, the ability to resize kitty windows (aka +splits) with the mouse was finally implemented. + Choose files, fast [0.45] ~~~~~~~~~~~~~~~~~~~~~~~~~~~