Release 0.6.2
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(parser): accept "git" alias in negated git-status by @qu8n in #397
- Add
layout.anchoroption for configurable picker placement for Neovim plugin by @n1ghtmare in #399 - feat(fff-c): add stable C accessor functions for external FFI consumers by @ciolansteen in #395
- fix(windows): directorySearch returns 0 results on Windows by @schizoidcock in #394
- chore: Convert bench grep to criterion by @dmtrKovalenko in #402
- fix: avoid unicode filepath suffix panic by @tmdgusya in #393
- fix(grep): avoid duplicate results from bitset overflow overlap by @dmtrKovalenko in #408
- perf: Reduce amount fs watchers used for detecting criticial git changes by @dmtrKovalenko in #409
- chore: Upgarde zlob and use zig 0.16 by @dmtrKovalenko in #401
- fix(nvim): Correctly handle different cwds by @dmtrKovalenko in #410
New Contributors
- @qu8n made their first contribution in #397
- @n1ghtmare made their first contribution in #399
- @ciolansteen made their first contribution in #395
- @schizoidcock made their first contribution in #394
- @tmdgusya made their first contribution in #393
Full Changelog: v0.6.1...v0.6.2