Release 0.10.5
npm packages, rust crates and python wheels are available under this version 0.10.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/main/install-mcp.sh | bashWhat's Changed
- chore(ci): Attempt to optimize CI build time by @dmtrKovalenko in #782
- perf(ci): cut CI wall clock from ~50m to ~14m by @dmtrKovalenko in #784
- fix: raise LMDB max_readers to avoid MDB_READERS_FULL (#783) by @gustav-fff in #785
- fix(ci): fix node/bun build step by @dmtrKovalenko in #781
- fix(pi): New database files are not created by @dmtrKovalenko in #780
Full Changelog: v0.10.4...v0.10.5