Update CHANGELOG
Some checks are pending
CodeQL / Analyze (push) Waiting to run
build / build (push) Waiting to run
Test fzf on macOS / build (push) Waiting to run

This commit is contained in:
Junegunn Choi 2026-07-23 21:27:30 +09:00
parent 9c401f9c9a
commit 2209a94e13
No known key found for this signature in database
GPG key ID: D9770615D226D94C

View file

@ -1,6 +1,15 @@
CHANGELOG
=========
0.74.2
------
- Up to 2x faster matching for single-character queries
- This is the most latency-sensitive case; the first keystroke scans the entire list before the result cache can help
- Fixed nondeterministic match highlight positions
- fzf now detects terminal resize on Windows in `--height` mode (#4790) (@Cyrus580529)
- Fixed signal handler cleanup when fzf is used as a library; SIGINT/SIGTERM/SIGHUP and resize handlers no longer persist after `Run()` returns
- fish: fixed history command being affected by user initialization scripts, and improved timestamp colors in CTRL-R (#4862) (@bitraid)
0.74.1
------
- The default separator on the info line is no longer shown when the input section is already visually separated from the list section by a border line