Skip to content

Releases: mikavilpas/yazi.nvim

v6.9.0

12 Dec 08:11
Compare
Choose a tag to compare

6.9.0 (2024-12-12)

Features

  • prevent conflicts with custom yazi config for <enter> (opt-in) (e64d309)

v6.8.0

08 Dec 16:02
Compare
Choose a tag to compare

6.8.0 (2024-12-08)

Features

  • can use ya emit for more accurate <tab> to file (opt-in) (#604) (b81e03c)

v6.7.0

07 Dec 07:53
14ba86d
Compare
Choose a tag to compare

6.7.0 (2024-12-07)

Features

  • using folke/snacks.nvim can preserve window layouts on deletes (5c0f9b2)

v6.6.1

02 Dec 17:29
Compare
Choose a tag to compare

6.6.1 (2024-12-02)

Bug Fixes

  • "invalid buffer id x" error when renaming a buffer (6884a0f)

Performance Improvements

  • tests: use cy.runExCommand in all tests (97093b1)

v6.6.0

16 Nov 19:47
Compare
Choose a tag to compare

6.6.0 (2024-11-16)

Features

  • support reacting to custom yazi DDS events (882c200)

v6.5.1

13 Nov 17:17
d83466f
Compare
Choose a tag to compare

6.5.1 (2024-11-13)

Bug Fixes

  • avoid "E13: File exists" error after renaming a file (#560) (58f1227)

v6.5.0

04 Nov 16:28
bdc1e5a
Compare
Choose a tag to compare

6.5.0 (2024-11-04)

Features

  • allow using nvim's cwd in yazi keybindings (#548) (f7ae54b)

v6.4.3

17 Oct 19:09
5bc0d1f
Compare
Choose a tag to compare

6.4.3 (2024-10-17)

Bug Fixes

  • not being able to resolve the last_directory (#523) (6c24b52)

v6.4.2

16 Oct 17:21
5119c81
Compare
Choose a tag to compare

6.4.2 (2024-10-16)

Bug Fixes

  • report parent directory of input_path as last_directory (#519) (9ff955a)

v6.4.1

05 Oct 07:43
0a3c852
Compare
Choose a tag to compare

6.4.1 (2024-10-05)

Bug Fixes

  • YaziRenamedOrMoved events could not be published in practice (#499) (e379516)