github dmtrKovalenko/fff.nvim v0.5.2
0.5.2

17 hours ago

Release 0.5.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

  • tostring() the result in warning vim.notify calls by @ndom91 in #322
  • fix: Decode grep context arrays in fff-node by @jzinno in #321
  • fix: Indexing on root dirs consumes a lot of CPU and memory by @dmtrKovalenko in #332
  • fix(mcp): accept whole-number float maxResults from MCP clients by @Jah-yee in #328
  • feat: add serialization accessors to BigramFilter by @magnusmalm in #330
  • fix(preview): avoid ftplugin side effects in scratch preview buffers by @anmonteiro in #335

New Contributors

Full Changelog: v0.5.1...v0.5.2

Don't miss a new fff.nvim release

NewReleases is sending notifications on new releases.