From e07177ecae9fabadf0ac7f5eae33d0df15fe33a8 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 7 May 2026 09:54:03 +0530 Subject: [PATCH] Update changelog --- docs/changelog.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 5e54dfb3f..aab6f94a5 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -9,6 +9,14 @@ To update |kitty|, :doc:`follow the instructions `. Recent major new features --------------------------- +Drag and drop for terminal programs [0.47] +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +kitty now has a new :doc:`/kittens/dnd` kitten that allows you to seamlessly +drag and drop files between kitty and any GUI program like the OS file manager +or a webapp. It even works over SSH! It is powered by a new :doc:`protocol +` allowing the use of drag and drop from any TUI program. + Mousing [0.46] ~~~~~~~~~~~~~~~ @@ -168,6 +176,8 @@ Detailed list of changes 0.47.0 [future] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +- A new :doc:`Drag and drop kitten ` to allow drag and drop of files from your shell to any GUI program even across SSH (:iss:`9984`) + - A new option :opt:`palette_generate` to automatically generate the 256 color palette from the first 16 colors (:pull:`9426`) - 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`)