Skip to content

Releases: linrongbin16/fzfx.nvim

v8.0.0

20 Jan 03:34
1360e22
Compare
Choose a tag to compare

8.0.0 (2025-01-20)

⚠ BREAKING CHANGES

  • previewer: rename "fzf_preview_xxx" APIs to "preview_xxx", drop the "fzf_" prefix! (#788)
  • keys: rebind default "toggle-preview" key from "ctrl-k" to "ctrl-]"! (#788)
  • previewer: drop "buffer_preview_xxx" APIs! (#788)
  • schema: simplify schema provider/previewer types! (#786)
  • schema: drop default provider/previewer types detection! (#785)
  • popup: drop unused internal methods! (#785)
  • keys: move toggle-preview key from "alt-p" to "ctrl-k"! (#783)
  • buffer: drop nvim "buffer" previewer! (#783)
  • flags: force "bat" previewers & drop "feature flags"! (#782)
  • bat: drop "bat theme auto-generation" feature! (#780)

Features

  • context: add "context_shutdown" hook to recycle resources on complete (#796) (31eb39c)

Bug Fixes

  • actions: fix cursor move interruption when open file (#792) (6aa42b0)
  • git: fix "FZF_PREVIEW_COLUMNS" environment variable for git-delta on windows (#789) (a47428f)
  • layout: fix a edge case in cursor-based layout (#784) (3e938af)
  • popup: fix popup auto-resizing on VimResized/WinResized (#787) (37eb055)

Performance Improvements

  • engine: use "-i NONE" instead of "--clean" when launch nvim command (#801) (fd76817)

Code Refactoring

  • bat: drop "bat theme auto-generation" feature! (#780) (c8c3d5c)
  • buffer: drop nvim "buffer" previewer! (#783) (d9b518b)
  • flags: force "bat" previewers & drop "feature flags"! (#782) (40ebe6b)
  • keys: move toggle-preview key from "alt-p" to "ctrl-k"! (#783) (d9b518b)
  • keys: rebind default "toggle-preview" key from "ctrl-k" to "ctrl-]"! (#788) (b798613)
  • popup: drop unused internal methods! (#785) (d1aa5ef)
  • previewer: drop "buffer_preview_xxx" APIs! (#788) (b798613)
  • previewer: rename "fzf_preview_xxx" APIs to "preview_xxx", drop the "fzf_" prefix! (#788) (b798613)
  • schema: drop default provider/previewer types detection! (#785) (d1aa5ef)
  • schema: simplify schema provider/previewer types! (#786) (8153e9d)

v7.2.1

12 Jan 07:09
a1e9192
Compare
Choose a tag to compare

7.2.1 (2025-01-12)

This is the last version with support for nvim buffer preview & bat themes auto-generation.

Since it requires quite a effort to maintain two previewer implementations at the same time, i.e. the fzf native preview window (--preview-window), and the nvim buffer previewer. Finally I decide to drop both nvim buffer previewer and auto-generated bat themes.

In the future work, I will use fzf's preview window as the only previewer for this plugin, which could be much more easier to maintain, but could be quiet uncomfortable looking.

Personally I would recommend fzf-lua as an alternative, which has a great previewing performance via nvim buffer (tested on my macbook pro).

Bug Fixes

  • git: disable git-delta on windows platform (#776) (edff97a)

v7.2.0

10 Jan 09:44
e89cbb1
Compare
Choose a tag to compare

7.2.0 (2025-01-10)

Features

  • bat: more precisely bat theme generation with regex+treesitter (#771) (ea0d609)
  • bat: more precisely bat themes with LSP token (#772) (1ea2780)

Bug Fixes

  • popup: fix cursor-relative popup window layout (#768) (7122198)
  • tempfile: clean up temp files inside the engine (#765) (506b49f)

v7.1.2

06 Jan 09:24
fa723ef
Compare
Choose a tag to compare

7.1.2 (2025-01-06)

Bug Fixes

  • bat: fix bat theme colors retrive mappings (#763) (a96505b)

v7.1.1

17 Dec 03:49
0046097
Compare
Choose a tag to compare

7.1.1 (2024-12-17)

Bug Fixes

  • previewer: avoid buffer previewer rendering flicker when scrolling up/down (#756) (136b2ed)

v7.1.0

11 Dec 04:10
4fc8d79
Compare
Choose a tag to compare

7.1.0 (2024-12-11)

Features

  • add "command history", i.e. the ":History:" in fzf.vim (#747) (5b6dab6)

v7.0.0

27 Nov 02:41
599b023
Compare
Choose a tag to compare

7.0.0 (2024-11-27)

⚠ BREAKING CHANGES

  • part 17 - remove 'deprecates' module (#744)
  • bat: add bat theme autogen switch, by default disabled (#743)
  • decorators: part 11 - remove 'builtin' option (#724)
  • support: only support nightly/stable/last legacy version, drop support for earlier versions (#706)
  • configs: drop 'users' option, only allow 'register' api (#706)

Features

  • bat: add bat theme autogen switch, by default disabled (#743) (8675bf8)
  • health: add health check (#697) (f386d84)
  • health: add version info (#698) (f7f2ca1)
  • health: check whether 'fzf' exists (#698) (f7f2ca1)
  • popup: move to upper side if bottom has not enough space (#695) (0ba3ed8)

Bug Fixes

  • buf_live_grep: fix extra provided options after '--' flag (#716) (b0025fb)
  • git_live_grep: fix extra provided options after '--' flag (#716) (b0025fb)
  • health: use warning message when missing 'delta' (#699) (c165556)
  • live_grep: fix extra provided options after '--' flag (#716) (b0025fb)
  • lsp_locations: expand filename when rendering lsp locations (#700) (2e8991e)
  • previewer: avoid preview window flush (#693) (38d16a8)
  • preview: fix failed to open/read directory (#739) (e136dc7)
  • preview: handle invalid filename when previewing file contents (#735) (1629243)

Performance Improvements

  • commands: reduce duplicated ':command' redirect on tmp files (#723) (24594c3)

Code Refactoring

  • configs: drop 'users' option, only allow 'register' api (#706) (9e13997)
  • decorators: part 11 - remove 'builtin' option (#724) (dea313c)
  • part 17 - remove 'deprecates' module (#744) (084f860)
  • support: only support nightly/stable/last legacy version, drop support for earlier versions (#706) (9e13997)

v6.4.0

09 May 09:37
bba00dd
Compare
Choose a tag to compare

6.4.0 (2024-05-09)

Features

Bug Fixes

  • actions: fix actions with hidden previewer (#689) (1e040eb)
  • exec: prioritize executables nvim/fzf for windows (#692) (6469fe1)
  • main: check if line is nil when colorizing lsp range (#687) (ba8d3ef)
  • previewer: fix '--preview-window=hidden' options (#689) (1e040eb)
  • previewer: fix extra new line at bottom of buffer previewer (#692) (6469fe1)
  • preview: fix show/hide preview window when relative is 'win' (#691) (dfb8bc1)

Performance Improvements

  • bat: immediately build bat themes after initialize (#674) (72109b7)
  • previewer: reduce buffer previewer latency (#676) (94a57d3)

v6.3.0

19 Mar 04:21
1a4e1e6
Compare
Choose a tag to compare

6.3.0 (2024-03-19)

Features

  • buf live grep: use buffer previewer (#664) (7cc98c2)
  • git live grep: use buffer previewer (#662) (540ca8b)
  • lsp diagnostics: use buffer previewer (#667) (c964aa6)
  • lsp locations: use buffer previewer (#666) (d08bd3e)
  • popup: keep same border color for both float window and fzf's border (#668) (367fbfa)

Bug Fixes

  • popup: fix popup window layout calculation (#668) (367fbfa)
  • previewer: fix cursor-relative layout calculation (#666) (d08bd3e)
  • previewer: fix previewer border options (#666) (d08bd3e)

v6.2.0

18 Mar 06:09
69b6193
Compare
Choose a tag to compare

6.2.0 (2024-03-18)

Features

Bug Fixes

  • preview: fix buffer previewer on scrolling small file (#661) (f302def)

Performance Improvements

  • preview: reduce previewer buffer rendering latency on big file (#660) (d809d15)