mirror of
https://github.com/junegunn/fzf.git
synced 2026-08-13 12:33:44 +02:00
Update CHANGELOG
This commit is contained in:
parent
9c401f9c9a
commit
2209a94e13
1 changed files with 9 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue