Releases: linrongbin16/fzfx.nvim
Releases · linrongbin16/fzfx.nvim
v3.1.0
3.1.0 (2023-11-11)
Features
- preview: preview window label come back again with best performance! (#404) (f821558)
v3.0.0
3.0.0 (2023-11-10)
⚠ BREAKING CHANGES
- preview-label: revert bad-performance feature since too laggy on x86_64 Windows 10 PC (#401)
Performance Improvements
- preview-label: revert bad-performance feature since too laggy on x86_64 Windows 10 PC (#401) (c6941e9)
v2.5.3
2.5.3 (2023-11-10)
Bug Fixes
v2.5.2
2.5.2 (2023-11-10)
Bug Fixes
- preview: preview window label unchanged due to missing 'vim.rpcnotify' events (75b8da7)
- rpc: release registered rpc callbacks (#390) (75b8da7)
- rpc: release rpc registries after fzf exit (#388) (52fb9ed)
Performance Improvements
- preview: improve preview label performance (75b8da7)
v2.5.1
2.5.1 (2023-11-09)
Performance Improvements
v2.5.0
2.5.0 (2023-11-09)
Features
- fzf: support plain string as previewer label (#376) (a3048c2)
- preview: add label for file explorer (#382) (64dcd72)
- preview: add label for rg/grep preview window (#374) (b82790f)
- preview: add vim commands, keymaps previewer label (#380) (c719e30)
v2.4.0
2.4.0 (2023-11-08)
Features
- actions: require user confirm to discard modified buffer when jump to other files (#365) (1267589)
- preview: add label for files preview via 'fzf --listen' (#372) (c99a062)
Bug Fixes
Performance Improvements
- git & explorer: check git repo, support delta/lsd (#360) (ebd7ac4)
- icon: update default icon for unknown filetype (#361) (28d4d54)
- json: migrate legacy json_encode/json_decode to lua module (#367) (9e34209)
v2.3.0
2.3.0 (2023-10-31)
Features
- git_status: add FzfxGStatus commands, add git-delta support (#358) (491fb59)
v2.2.1
2.2.1 (2023-10-30)
Performance Improvements
v2.2.0
2.2.0 (2023-10-27)
Features
Performance Improvements
- module: use self module path and drop 'fzfx#nvim#base_dir' (f4061b4)
- module: use self module path, drop autoload (#325) (91146a5)