From 9b4c0281a2ca0b57981eb0685b526d37faaecb94 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 10 Jun 2026 09:33:45 +0530 Subject: [PATCH] Update changelog --- docs/changelog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index faf22229b..30076edc5 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -182,6 +182,8 @@ Detailed list of changes - Fix :opt:`focus_follows_mouse` switching the active window when returning to a desktop/space, even though the mouse did not move. Now the window under a stationary cursor is left alone, while moving the mouse across windows still switches focus as before. +- Sanitise responses to color control escape codes to avoid command injection for shells that dont use the kitty keyboard protocol + 0.47.2 [2026-06-07] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~