Skip to content

Releases: mikavilpas/yazi.nvim

v3.0.0

23 Jul 06:43
1a14765
Compare
Choose a tag to compare

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

22 Jul 10:44
99aa55a
Compare
Choose a tag to compare

2.6.0 (2024-07-22)

Features

  • health: show exact version of yazi and ya in health check (#238) (a2f6e2b)

v2.5.1

21 Jul 17:21
2c2d1a9
Compare
Choose a tag to compare

2.5.1 (2024-07-21)

Bug Fixes

v2.5.0

21 Jul 09:32
bf57797
Compare
Choose a tag to compare

2.5.0 (2024-07-21)

Features

  • pressing tab in yazi jumps to dir of next open split (#232) (3cbc40c)

v2.4.0

20 Jul 07:21
6f3c5f2
Compare
Choose a tag to compare

2.4.0 (2024-07-20)

Features

  • add yazi.toggle() to continue from the last hovered file (#230) (dbddef0)

v2.3.1

19 Jul 09:46
28f703b
Compare
Choose a tag to compare

2.3.1 (2024-07-19)

Bug Fixes

v2.3.0

19 Jul 06:18
f8a273d
Compare
Choose a tag to compare

2.3.0 (2024-07-19)

Features

  • add targeted communication with the yazi instance (opt-in) (#225) (8114817)

v2.2.2

18 Jul 19:27
e84665e
Compare
Choose a tag to compare

2.2.2 (2024-07-18)

Bug Fixes

  • health: warn when yazi and ya versions do not match (#221) (e694c26)

v2.2.1

16 Jul 14:48
97effcc
Compare
Choose a tag to compare

2.2.1 (2024-07-16)

Bug Fixes

  • symlinked files cannot be highlighted when hovered (#212) (85e8d1d)

v2.2.0

16 Jul 06:36
532990d
Compare
Choose a tag to compare

2.2.0 (2024-07-16)

Features

  • healthcheck reports yazi nvim version (#208) (08ffd84)