Graphics protocol: Add a new delete mode for deleting images whose ids fall within a range

Useful for bulk deletion. See #7080
This commit is contained in:
Kovid Goyal
2024-02-13 14:12:29 +05:30
parent ad3ab877f8
commit c19488f3be
7 changed files with 36 additions and 12 deletions

View File

@@ -46,6 +46,8 @@ Detailed list of changes
0.33.0 [future]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Graphics protocol: Add a new delete mode for deleting images whose ids fall within a range. Useful for bulk deletion (:iss:`7080`)
- Keyboard protocol: Fix the :kbd:`Enter`, :kbd:`Tab` and :kbd:`Backspace` keys
generating spurious release events even when report all keys as escape codes
is not set (:iss:`7136`)