Skip to content

v10.1

Compare
Choose a tag to compare
@PatrickF1 PatrickF1 released this 05 Nov 19:53
· 6 commits to main since this release

Breaking change

Search Directory's and Search Variable's custom fzf opts variables (used to pass fzf options to specific commands) were renamed in v9.5. Now the old, deprecated names have been completely removed (615ce65).

  • Search Directory: if you use fzf_dir_opts, switch to fzf_directory_opts
  • Search Variables: if you use fzf_shell_vars_opts, switch to fzf_variables_opts

Search History

  • Slightly improve performance, add test and comments (82dd51e)