From 52f4319a72c17e123396cc3a2e6abf2e96e9d753 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Mon, 31 Aug 2026 19:09:35 +0900 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7deb432..4fa5790e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ CHANGELOG 0.74.4 ------ +- Fixed an escape sequence split across reads being parsed as a fragment, which leaked the rest into the query (#4899) + - e.g. A terminal answering the startup `DECRQM` query late left `?2004;2$y`, CTRL-UP left `5A`, and SGR mouse input left `0;1;1M` - Fixed `--tiebreak=pathname` not detecting the last path separator when the line contains a non-ASCII character before it (#4902) - Vim plugin - fzf no longer blocks the editor, so live previews keep working while fzf is open