Graphics protocol: Fix delete by number not deleting newest image with the specified number

Fixes #8071
This commit is contained in:
Kovid Goyal
2024-11-24 10:11:34 +05:30
parent 0eaf44d33d
commit cb2e1fcd04
3 changed files with 25 additions and 13 deletions

View File

@@ -97,6 +97,8 @@ Detailed list of changes
- Wayland: Fix an abort when a client program tries to set an invalid title containing interleaved escape codes and UTF-8 multi-byte characters (:iss:`8067`)
- Graphics protocol: Fix delete by number not deleting newest image with the specified number (:iss:`8071`)
0.37.0 [2024-10-30]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~