Release 0.7.0
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
Install with:
curl -fsSL https://raw.githubusercontent.com/dmtrKovalenko/fff.nvim/main/install-mcp.sh | bashWhat's Changed
- chore: Revamp readme by @dmtrKovalenko in #415
- fix: search_and_show type errors by @estevesnp in #417
- chore(pi-fff): update install command by @SamuelLHuber in #418
- feat(pi-fff): Improve instructions and add more features by @dmtrKovalenko in #414
- fix: Do not treat single token as a path name prefitler by @dmtrKovalenko in #421
- fix(pi-fff): canonicalize find path constraints before query build by @edxeth in #427
- fix(picker_ui): handle 'winfixbuf' when opening selected file by @beixiyo in #426
- fix: Do not require zig for CI builds by @dmtrKovalenko in #430
- fix(pi-fff): make FffEditor safe under composability subclassing by @kylesnowschwartz in #436
- feat(picker_ui): add forward query history cycling (cycle_forward_query) by @thuan1412 in #435
- feat: Improve stability of file search discovery in background by @dmtrKovalenko in #431
- fix: bound LMDB growth + deprecate unsafe no-lock mode by @dmtrKovalenko in #441
- fix: address open issues (308, 311, 400, 403, 404, 423, 425, 432) by @dmtrKovalenko in #443
- feat(windows): support both "" and "/" for path separator on windows by @dmtrKovalenko in #442
New Contributors
- @estevesnp made their first contribution in #417
- @edxeth made their first contribution in #427
- @beixiyo made their first contribution in #426
- @kylesnowschwartz made their first contribution in #436
- @thuan1412 made their first contribution in #435
Full Changelog: v0.6.4...v0.7.0