Add changelog entries for the new keyboard features

This commit is contained in:
Kovid Goyal 2021-01-17 08:52:10 +05:30
parent d45d553eaf
commit 6a4885df17
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -7,9 +7,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
0.20.0 [future]
----------------------
- When using a non-US keyboard layout and pressing :kbd:`ctrl+key` when
the key matches an English key, send that to the program running in the
terminal automatically (:iss:`2000`)
- A new keyboard reporting protocol with various advanced features that can be
used by full screen terminal programs and even games, see
:doc:`keyboard-protocol` (:iss:`3248`)
- Add support for the color settings stack that XTerm copied from us without
acknowledgement and decided to use incompatible escape codes for.
@ -33,6 +33,14 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- macOS: Add menu items to close the OS window and the current tab (:pull:`3240`, :iss:`3246`)
- When using a non-US keyboard layout and pressing :kbd:`ctrl+key` when
the key matches an English key, send that to the program running in the
terminal automatically (:iss:`2000`)
- When matching shortcuts, also match on shifted keys, so a shortcut defined as
:kbd:`ctrl+plus` will match a keyboard where you have to press
:kbd:`shift+equal` to get the plus key (:iss:`2000`)
0.19.3 [2020-12-19]
-------------------