Release 0.8.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
- fix(pi-fff): avoid editor overwrite when tools-only mode is enabled by @mrjoedang in #454
- chore(pi-fff): migrate from @mariozechner to @earendil-works packages by @SamuelLHuber in #459
- fix: Segfault on dropping picker mid-rescan by @dmtrKovalenko in #465
- feat(nix): expose fff-mcp flake package by @carterworks in #467
- fix: LMDB stale readers and automatic compactions by @dmtrKovalenko in #468
- chore: Remove unused rust deps by @dmtrKovalenko in #472
- fix(pi-fff): preserve editor in tools-only mode by @mrjoedang in #471
- perf: Improve macos indexing wall time by @dmtrKovalenko in #457
- feat: add wrap_around option for cursor navigation by @RielJ in #452
New Contributors
- @mrjoedang made their first contribution in #454
- @carterworks made their first contribution in #467
- @RielJ made their first contribution in #452
Full Changelog: v0.7.2...v0.8.0