macOS: Fix a regression causing *burn-in* of text when resizing semi-transparent OS windows

Fixes #6439
This commit is contained in:
Kovid Goyal
2023-07-11 20:54:47 +05:30
parent b00c2d644e
commit a00b6bd497
4 changed files with 40 additions and 1 deletions

View File

@@ -40,6 +40,8 @@ Detailed list of changes
- macOS: Fix a regression that caused rendering to hang when transitioning to full screen with :opt:`macos_colorspace` set to ``default`` (:iss:`6435`)
- macOS: Fix a regression causing *burn-in* of text when resizing semi-transparent OS windows (:iss:`6439`)
- Remote control launch: Fix ``--env`` not implemented when using ``--cwd=current`` with the SSH kitten (:iss:`6438`)
0.29.0 [2023-07-10]