Release 0.9.5
npm packages, rust crates and python wheels are available under this version 0.9.5
Neovim Plugin
{target}.so/.dylib/.dll- Lua module for Neovim
C FFI Library (for Bun/Node/Python)
c-lib-{target}.so/.dylib/.dll- C FFI library
MCP Server
fff-mcp-{target}- MCP server binary
Python Package
python/*.whl/python/*.tar.gz- Python wheels and sdist- Install from PyPI:
pip install fff-search(when published)
Update mcp via:
curl -fsSL https://raw.githubusercontent.com/dmtrKovalenko/fff.nvim/main/install-mcp.sh | bashWhat's Changed
- feat(pi-fff): expose enableHomeDirScanning / enableFsRootScanning (#588) by @gustav-fff in #589
- feat(ui): expose select.pre_select_hook to override window retargeting by @gustav-fff in #578
- feat(nvim): Expose more configuration for query parsing by @dmtrKovalenko in #591
- Fix typo in README.md regarding projects by @robertguss in #594
- fix(pi-fff): persist fff-mode across /reload and session resume by @monotykamary in #593
- chore: regenerate Neovim vimdoc by @gustav-fff in #592
- fix: missing filename header when scrolling up in live_grep (#470) by @gustav-fff in #496
- feat: resume last picker (#405) by @thuan1412 in #438
- refactor(picker_ui): address resume feature review feedback (#438) by @gustav-fff in #602
- feat: enhance cycle forward function by @thuan1412 in #601
- fix: use GITHUB_TOKEN in install-mcp.sh to avoid rate limiting (#486) by @dmtrKovalenko in #492
- feat(picker_ui): add opts.on_submit hook for custom selection action by @gustav-fff in #606
- feat(python): add PyO3-based Python bindings by @4fuu in #600
- perf: Improve fuzzy matching perf by @dmtrKovalenko in #598
- fix(scan): pre-arm scanning flag before publishing reindexed picker by @gustav-fff in #587
- feat(grep): Jump to next file match segment by @Hex4C in #595
- chore: regenerate Neovim vimdoc by @gustav-fff in #610
New Contributors
- @robertguss made their first contribution in #594
- @monotykamary made their first contribution in #593
- @4fuu made their first contribution in #600
- @Hex4C made their first contribution in #595
Full Changelog: v0.9.4...v0.9.5