mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-09-21 12:17:14 +00:00
...
This commit is contained in:
parent
05444e9e61
commit
365f29e369
1 changed files with 9 additions and 9 deletions
|
|
@ -201,15 +201,6 @@ Detailed list of changes
|
|||
|
||||
- Support for :doc:`/custom-shaders` for adding various graphical effects (:iss:`10344`)
|
||||
|
||||
- Graphics protocol: Fix a regression in 0.45.0 that caused the overwrite
|
||||
composition mode for animation frames (``a=f``) to be controlled by the
|
||||
undocumented ``C`` key instead of the documented ``X`` key (:iss:`10379`)
|
||||
|
||||
- Graphics protocol: Fix chunked transmission of animation frame data
|
||||
(``a=f``) replacing the image's root frame instead of creating or editing
|
||||
the animation frame, when the continuation chunks contain only the ``m``
|
||||
key, as prescribed by the spec
|
||||
|
||||
- Various throughput performance improvements for a 15-35% real world improvement depending on workload
|
||||
|
||||
- A new option :opt:`remap_modifiers` to allow having modifier keys behave as different modifier keys (:pull:`10307`)
|
||||
|
|
@ -251,6 +242,15 @@ Detailed list of changes
|
|||
|
||||
- IME preedit text: use underline rather than reverse video (:pull:`10386`)
|
||||
|
||||
- Graphics protocol: Fix a regression in 0.45.0 that caused the overwrite
|
||||
composition mode for animation frames (``a=f``) to be controlled by the
|
||||
undocumented ``C`` key instead of the documented ``X`` key (:iss:`10379`)
|
||||
|
||||
- Graphics protocol: Fix chunked transmission of animation frame data
|
||||
(``a=f``) replacing the image's root frame instead of creating or editing
|
||||
the animation frame, when the continuation chunks contain only the ``m``
|
||||
key, as prescribed by the spec
|
||||
|
||||
- Drag and drop protocol: deny requests for drag data made before the user has actually dropped something onto the window
|
||||
|
||||
- Text sizing protocol: Fix a buffer overflow when a natural width (no explicit ``w`` key) text sizing escape code contains a grapheme cluster longer than four codepoints
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue