Release 0.8.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: Panic in query parsing if query contains wrong bracket expr by @dmtrKovalenko in #483
- fix: nodejs & bun alpine linux linking by @dmtrKovalenko in #484
- chore: regenerate Neovim vimdoc by @github-actions[bot] in #491
- feat(neovim): New 'start' shortening strategy for paths by @dmtrKovalenko in #489
- fix(neovim): Improve borders and default flex layout by @dmtrKovalenko in #488
- refactor: cleanup lua code by @dmtrKovalenko in #501
- fix: add follow_symlinks option (#375) by @gustav-fff in #507
- fix: clamp window dimensions to positive integer (#518) by @gustav-fff in #520
- feat(nvim): Improve file info window by @dmtrKovalenko in #521
- fix: Race on immediate file delete after init by @dmtrKovalenko in #522
- feat(lua): Add programmatic api for lua by @dmtrKovalenko in #514
- feat(neovim): per-window winhighlight overrides (#140) by @gustav-fff in #511
- fix: Upgrade rmcp to 1.7.0 for Content-Length framed stdio (#388) by @gustav-fff in #505
- fix: Prevent overflow arena reallocation during rayon workers (#476) by @gustav-fff in #499
- fix: set is_warmup_completed true when warmup/indexing disabled (#451) by @gustav-fff in #502
New Contributors
- @github-actions[bot] made their first contribution in #491
- @gustav-fff made their first contribution in #507
Full Changelog: v0.8.1...v0.8.2