Releases: mikavilpas/yazi.nvim
Releases · mikavilpas/yazi.nvim
v3.0.0
3.0.0 (2024-07-23)
⚠ BREAKING CHANGES
- If you, for some reason, relied on the fact that
set_keymappings_function
removed all the built-in keymappings, you will need to change your configuration. You can get the same behaviour by setting keymaps = false
. But realistically I think almost nobody has done this, so it should be fine.
Features
- allow customizing keymaps more clearly (#244) (f511e64)
v2.6.0
2.6.0 (2024-07-22)
Features
- health: show exact version of yazi and ya in health check (#238) (a2f6e2b)
v2.5.1
2.5.1 (2024-07-21)
Bug Fixes
v2.5.0
2.5.0 (2024-07-21)
Features
- pressing
tab
in yazi jumps to dir of next open split (#232) (3cbc40c)
v2.4.0
2.4.0 (2024-07-20)
Features
- add
yazi.toggle()
to continue from the last hovered file (#230) (dbddef0)
v2.3.1
2.3.1 (2024-07-19)
Bug Fixes
v2.3.0
2.3.0 (2024-07-19)
Features
- add targeted communication with the yazi instance (opt-in) (#225) (8114817)
v2.2.2
2.2.2 (2024-07-18)
Bug Fixes
- health: warn when yazi and ya versions do not match (#221) (e694c26)
v2.2.1
2.2.1 (2024-07-16)
Bug Fixes
- symlinked files cannot be highlighted when hovered (#212) (85e8d1d)
v2.2.0
2.2.0 (2024-07-16)
Features