Reset base64 streaming decoder after invalid input

Fixes #7757
This commit is contained in:
Kovid Goyal
2024-08-20 17:37:25 +05:30
parent 2ac26b0e6d
commit d75d372da0
3 changed files with 14 additions and 2 deletions

View File

@@ -83,6 +83,8 @@ Detailed list of changes
- Remote control: Fix a regression causing an escape code to leak when using @ launch with ``--no-response`` over the TTY (:iss:`7752`)
- OSC 52: Fix a regression in the previous release that broke handling of invalid base64 encoded data in OSC 52 requests (:iss:`7757`)
0.36.0 [2024-08-17]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~