Skip to content

Releases: linrongbin16/fzfx.nvim

v5.0.1

04 Jan 09:32
5aaf437
Compare
Choose a tag to compare

5.0.1 (2024-01-04)

Bug Fixes

Performance Improvements

  • install: drop off 'junegunn/fzf' dependecy (#545) (a80282e)

v5.0.0

04 Jan 07:22
a9082ce
Compare
Choose a tag to compare

5.0.0 (2024-01-04)

⚠ BREAKING CHANGES

  • sub commands: merge variants into sub commands (#534)

Performance Improvements

  • sub commands: merge variants into sub commands (#534) (20368d8)

v4.1.5

31 Dec 10:02
a0dd9fa
Compare
Choose a tag to compare

4.1.5 (2023-12-31)

Bug Fixes

  • buffers: revert unload buffers change (#536) (86e9253)

v4.1.4

29 Dec 06:56
2c4d3cd
Compare
Choose a tag to compare

4.1.4 (2023-12-29)

Performance Improvements

  • actions: delayed execute actions on fzf quit (#530) (3d40c3a)

v4.1.3

27 Dec 03:30
ffd6fd0
Compare
Choose a tag to compare

4.1.3 (2023-12-27)

Bug Fixes

  • buffers: Don't try to show unloaded buffers (#526) (7cf5de9)

v4.1.2

25 Dec 23:57
06a1e77
Compare
Choose a tag to compare

4.1.2 (2023-12-25)

Bug Fixes

  • configs: fix 'win_opts' recalculation (#520) (bd0e0b7)

v4.1.1

25 Dec 14:02
f97a206
Compare
Choose a tag to compare

4.1.1 (2023-12-25)

Performance Improvements

  • configs: support 'win_opts' as lua function (#517) (337225b)

v4.1.0

25 Dec 13:24
f7bac37
Compare
Choose a tag to compare

4.1.0 (2023-12-25)

Features

  • actions: center cursor for 'rg'/'grep' edit actions (#514) (9c7b87e)

v4.0.0

25 Dec 09:49
2d22ed7
Compare
Choose a tag to compare

4.0.0 (2023-12-25)

⚠ BREAKING CHANGES

  • fzfx.lib.paths: drop 'fzfx.lib.paths'! (#511)
  • fzfx.lib.strings: drop 'fzfx.lib.strings'! (#511)
  • fzfx.lib.tables: drop 'fzfx.lib.tables'! (#511)
  • commons: migrate to commons 'paths' modules! (#511)
  • commons: drop 'fzfx.lib.nvims' module! (#504)
  • commons: migrate to 'fzfx.lib.shells' and 'fzfx.lib.bufs' module! (#504)
  • commons: migrate to commons 'numbers' module! (#504)
  • file explorer: move alt+l/h to ctrl+l/h keys (#510)
  • jsons: drop off 'fzfx.lib.jsons' module! (#499)
  • commons: migrate to commons 'jsons' module! (#499)
  • commons: migrate to commons 'fileios' module, drop off 'fzfx.lib.filesystems'! (#498)
  • decorator: drop off legacy 'line_opts'! (#496)
  • commons: migrate to commons 'termcolors' modules, drop off 'fzfx.lib.colors'! (#496)

break

  • decorator: drop off legacy 'line_opts'! (#496) (a985e4f)
  • fzfx.lib.paths: drop 'fzfx.lib.paths'! (#511) (3971ec5)
  • fzfx.lib.strings: drop 'fzfx.lib.strings'! (#511) (3971ec5)
  • fzfx.lib.tables: drop 'fzfx.lib.tables'! (#511) (3971ec5)

Performance Improvements

  • file explorer: move alt+l/h to ctrl+l/h keys (#510) (c3ea764)
  • jsons: drop off 'fzfx.lib.jsons' module! (#499) (8abffda)

Code Refactoring

  • commons: drop 'fzfx.lib.nvims' module! (#504) (4729b11)
  • commons: migrate to 'fzfx.lib.shells' and 'fzfx.lib.bufs' module! (#504) (4729b11)
  • commons: migrate to commons 'fileios' module, drop off 'fzfx.lib.filesystems'! (#498) (fd4e3f4)
  • commons: migrate to commons 'jsons' module! (#499) (8abffda)
  • commons: migrate to commons 'numbers' module! (#504) (4729b11)
  • commons: migrate to commons 'paths' modules! (#511) (3971ec5)
  • commons: migrate to commons 'termcolors' modules, drop off 'fzfx.lib.colors'! (#496) (a985e4f)

v3.7.6

08 Dec 05:48
c5f0a0b
Compare
Choose a tag to compare

3.7.6 (2023-12-08)

Reverts

  • ci: revert please-release action to v3, remove luarocks ci (#482) (22b3385)