Releases: mikavilpas/yazi.nvim
Releases · mikavilpas/yazi.nvim
v5.3.0
5.3.0 (2024-08-10)
Features
- highlight buffers in the same directory (opt-out) (#351) (879984b)
v5.2.1
5.2.1 (2024-08-09)
Bug Fixes
- opening multiple files in a directory with spaces (#347) (f7be6c1)
v5.2.0
5.2.0 (2024-08-08)
Miscellaneous Chores
v5.1.1
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
5.1.0 (2024-08-05)
Features
- keymaps can now be done with "<cmd>Yazi" etc. (b038b35)
v5.0.1
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
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
4.2.0 (2024-08-03)
Features
- help: allow closing help menu with the help key (#314) (7dbda3c)
v4.1.3
4.1.3 (2024-08-03)
Bug Fixes
v4.1.2
4.1.2 (2024-08-03)
Bug Fixes
open_yazi_in_directory
error in nvim 0.10.1 & nightly (#309) (7eb5f93)