mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 08:26:56 +00:00
Update changelog
This commit is contained in:
parent
6146031183
commit
e07177ecae
1 changed files with 10 additions and 0 deletions
|
|
@ -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`)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue