This commit is contained in:
Kovid Goyal 2026-08-23 08:24:44 +05:30
parent 05444e9e61
commit 365f29e369
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -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