Skip to content

Releases: linrongbin16/fzfx.nvim

v2.4.0

08 Nov 07:20
2dfa454
Compare
Choose a tag to compare

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

31 Oct 14:31
032596e
Compare
Choose a tag to compare

2.3.0 (2023-10-31)

Features

  • git_status: add FzfxGStatus commands, add git-delta support (#358) (491fb59)

v2.2.1

30 Oct 08:57
a847027
Compare
Choose a tag to compare

2.2.1 (2023-10-30)

Performance Improvements

v2.2.0

27 Oct 04:53
4aa76e2
Compare
Choose a tag to compare

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)

v2.1.0

26 Oct 14:19
baa081d
Compare
Choose a tag to compare

2.1.0 (2023-10-26)

Features

Bug Fixes

  • required: set minimal required Neovim version to 0.7 (#320) (3b36751)

Performance Improvements

v2.0.0

25 Oct 04:51
eef3c7d
Compare
Choose a tag to compare

2.0.0 (2023-10-25)

⚠ BREAKING CHANGES

  • drop: drop deprecated! (#308)

Bug Fixes

Performance Improvements

v1.5.0

24 Oct 14:51
a2c19f9
Compare
Choose a tag to compare

1.5.0 (2023-10-24)

Features

  • keymaps: add 'FzfxKeyMaps' to search vim keymaps (#306) (f43e70f)

v1.4.0

23 Oct 02:56
1532c23
Compare
Choose a tag to compare

1.4.0 (2023-10-23)

Features

Bug Fixes

Read more

v1.1.1

11 Oct 15:22
3b4af86
Compare
Choose a tag to compare

1.1.1 (2023-10-11)

Bug Fixes

  • actions: 'bdelete' filename containing whitespaces (#277) (d3faf5a)
  • interactions: cd into directory containing spaces (#279) (e9bde4a)

v1.1.0

11 Oct 04:30
22cd2e5
Compare
Choose a tag to compare

1.1.0 (2023-10-11)

Features

  • schema: add 'PreviewerConfig' detection (#266) (2bdcef7)

Bug Fixes

  • actions: edit rg/grep results that contains whitespaces on filename (#272) (a202d1f)
  • push: revert direct push to main branch (9eac0c0)

Performance Improvements

  • schema: deprecate 'ProviderConfig' & 'PreviewerConfig' (#268) (3c2e32c)
  • schema: deprecate note on 'PreviewerConfig' (#270) (6552efe)