Skip to content

Releases: mikavilpas/yazi.nvim

v5.3.0

10 Aug 06:53
beaca75
Compare
Choose a tag to compare

5.3.0 (2024-08-10)

Features

  • highlight buffers in the same directory (opt-out) (#351) (879984b)

v5.2.1

09 Aug 18:30
f5fdd56
Compare
Choose a tag to compare

5.2.1 (2024-08-09)

Bug Fixes

  • opening multiple files in a directory with spaces (#347) (f7be6c1)

v5.2.0

08 Aug 06:42
cf6d348
Compare
Choose a tag to compare

5.2.0 (2024-08-08)

Miscellaneous Chores

v5.1.1

06 Aug 17:18
e239f04
Compare
Choose a tag to compare

5.1.1 (2024-08-06)

Performance Improvements

  • don't set up nvim-tree and neo-tree in lsp-file-operations (#332) (604f3d1)

v5.1.0

05 Aug 18:26
fcb7b9e
Compare
Choose a tag to compare

5.1.0 (2024-08-05)

Features

  • keymaps can now be done with "<cmd>Yazi" etc. (b038b35)

v5.0.1

04 Aug 17:56
6572ff8
Compare
Choose a tag to compare

5.0.1 (2024-08-04)

Bug Fixes

  • not being in insert mode when opening a dir from the command line (#321) (c44ad14)

v5.0.0

04 Aug 06:34
962b6af
Compare
Choose a tag to compare

5.0.0 (2024-08-04)

⚠ BREAKING CHANGES

  • openers: when multiple files were selected in yazi, the previous behaviour was to open them as items in the quickfix list. This has been changed to open them as buffers instead. The previous behaviour can be restored by setting config.hooks.yazi_opened_multiple_files to openers.send_files_to_quickfix_list.

Features

  • openers: multiple files are opened as buffers by default (5cd3ad7)

v4.2.0

03 Aug 19:03
eb12317
Compare
Choose a tag to compare

4.2.0 (2024-08-03)

Features

  • help: allow closing help menu with the help key (#314) (7dbda3c)

v4.1.3

03 Aug 17:48
c2e0686
Compare
Choose a tag to compare

4.1.3 (2024-08-03)

Bug Fixes

v4.1.2

03 Aug 15:54
9fb9a97
Compare
Choose a tag to compare

4.1.2 (2024-08-03)

Bug Fixes

  • open_yazi_in_directory error in nvim 0.10.1 & nightly (#309) (7eb5f93)