Skip to content

v4.0.0

Latest
Compare
Choose a tag to compare
@drewdeponte drewdeponte released this 08 May 04:36
· 7 commits to main since this release
v4.0.0
86ae6ca
  • Added: multi-line/multi-alternate output
  • Changed: default behavior to output all possible alternates sorted by score
  • Added: CLI option to truncate possible alternates down to a specific number
  • Changed: scoring algorithm to be able to weight filenames different than paths
  • Added: CLI option to override the scoring algorithms default filename weight
  • Added: CLI option to override the scoring algorithms default path weight
  • Added: support for optionally using threads to score in parallel
  • Added: CLI option to enable parallel scoring
  • Fixed: bug where scored paths weren't being sorted properly
  • Fixed: bug where some paths would score as NaN and make sorting off
  • Changed: Vim example to a NeoVim Lua example as that is what I use