Update changelog

This commit is contained in:
Kovid Goyal 2026-05-07 09:54:03 +05:30
parent 6146031183
commit e07177ecae
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -9,6 +9,14 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
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
</dnd-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 </kittens/dnd>` 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 <mapping-fallback>` to matching the US-PC layout key when the pressed key has no matches and is a non-English character (:pull:`9671`)