Release 0.9.6
npm packages, rust crates and python wheels are available under this version 0.9.6
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
- fix(nvim): preserve list cursor position on picker resume by @KorigamiK in #613
- fix: Crash on constraint application by @dmtrKovalenko in #620
- fix(nvim): keep prompt icon when clearing input with cc/S by @KorigamiK in #615
- fix: More efficient watching for .git related files by @dmtrKovalenko in #621
New Contributors
- @KorigamiK made their first contribution in #613
Full Changelog: v0.9.5...v0.9.6