fzf v0.74.2

v0.74.2

0.74.2

Changed 5
  • Optimize performance for short queries with single-character queries up to 2.4x faster and two-character queries up to 1.4x faster
  • Speed up sorting of search results by skipping redundant radix passes
  • Make change-border-label and transform-border-label work on the native border of a tmux or Zellij floating pane
  • Detect terminal resize on Windows in --height mode
  • Improve timestamp colors in CTRL-R for fish
Fixed 7
  • Fix Kitty graphics sequences from a preview command being taken by tmux as pane title requests
  • Fix an image at the top of the preview being torn by --preview-window ~N
  • Fix nondeterministic match highlight positions
  • Fix signal and resize handlers persisting after Run() returns when fzf is used as a library
  • Fix fish history command being affected by user initialization scripts
  • Fix zsh CTRL-R not propagating the exit status of fzf when perl is available
  • Fix zsh chpwd hook functions being called twice by ALT-C
  • Performance optimizations for short queries
    • Short queries scan the largest candidate sets, and the first keystroke scans the whole input
    • Single-character queries are up to 2.4x faster
    • Two-character queries are up to 1.4x faster
  • Faster sorting of search results, skipping redundant radix passes
  • change-border-label and transform-border-label now work on the native border of a tmux or Zellij floating pane
  • Fixed Kitty graphics sequences from a preview command being taken by tmux as pane title requests
  • Fixed an image at the top of the preview being torn by --preview-window ~N
  • Fixed nondeterministic match highlight positions
  • Fixed signal and resize handlers persisting after Run() returns when fzf is used as a library
  • fzf now detects terminal resize on Windows in --height mode (#4790) (@Cyrus580529)
  • fish: fixed history command being affected by user initialization scripts, and improved timestamp colors in CTRL-R (#4862) (@bitraid)
  • zsh: fixed CTRL-R not propagating the exit status of fzf when perl is available (#4871) (@LangLangBart, @Toliak)
  • zsh: fixed chpwd hook functions being called twice by ALT-C (#4879) (@LangLangBart, @lucc)
View original

Upgraded? How did it go?

Discussion