github dmtrKovalenko/fff.nvim v0.6.2
0.6.2

11 hours ago

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 | bash

What's Changed

  • fix(parser): accept "git" alias in negated git-status by @qu8n in #397
  • Add layout.anchor option 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

Full Changelog: v0.6.1...v0.6.2

Don't miss a new fff.nvim release

NewReleases is sending notifications on new releases.