mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
Add changelog
This commit is contained in:
parent
d429c1ecbd
commit
fd3eb3243b
2 changed files with 6 additions and 1 deletions
|
|
@ -12,6 +12,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/):
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Bulk create ([#3793])
|
||||||
|
|
||||||
## [v26.5.6]
|
## [v26.5.6]
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
@ -1704,6 +1708,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/):
|
||||||
[#3780]: https://github.com/sxyazi/yazi/pull/3780
|
[#3780]: https://github.com/sxyazi/yazi/pull/3780
|
||||||
[#3781]: https://github.com/sxyazi/yazi/pull/3781
|
[#3781]: https://github.com/sxyazi/yazi/pull/3781
|
||||||
[#3792]: https://github.com/sxyazi/yazi/pull/3792
|
[#3792]: https://github.com/sxyazi/yazi/pull/3792
|
||||||
|
[#3793]: https://github.com/sxyazi/yazi/pull/3793
|
||||||
[#3804]: https://github.com/sxyazi/yazi/pull/3804
|
[#3804]: https://github.com/sxyazi/yazi/pull/3804
|
||||||
[#3813]: https://github.com/sxyazi/yazi/pull/3813
|
[#3813]: https://github.com/sxyazi/yazi/pull/3813
|
||||||
[#3846]: https://github.com/sxyazi/yazi/pull/3846
|
[#3846]: https://github.com/sxyazi/yazi/pull/3846
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ Yazi (means "duck") is a terminal file manager written in Rust, based on non-blo
|
||||||
- 🧰 Integration with ripgrep, fd, fzf, zoxide
|
- 🧰 Integration with ripgrep, fd, fzf, zoxide
|
||||||
- 💫 Vim-like input/pick/confirm/which/notify component, auto-completion for cd paths
|
- 💫 Vim-like input/pick/confirm/which/notify component, auto-completion for cd paths
|
||||||
- 🏷️ Multi-Tab Support, Cross-directory selection, Scrollable Preview (for videos, PDFs, archives, code, directories, etc.)
|
- 🏷️ Multi-Tab Support, Cross-directory selection, Scrollable Preview (for videos, PDFs, archives, code, directories, etc.)
|
||||||
- 🔄 Bulk Renaming, Archive Extraction, Visual Mode, File Chooser, [Git Integration](https://github.com/yazi-rs/plugins/tree/main/git.yazi), [Mount Manager](https://github.com/yazi-rs/plugins/tree/main/mount.yazi)
|
- 🔄 Bulk Rename/Create, Archive Extraction, Visual Mode, File Chooser, [Git Integration](https://github.com/yazi-rs/plugins/tree/main/git.yazi), [Mount Manager](https://github.com/yazi-rs/plugins/tree/main/mount.yazi)
|
||||||
- 🎨 Theme System, Mouse Support, Trash Bin, Custom Layouts, CSI u, OSC 52
|
- 🎨 Theme System, Mouse Support, Trash Bin, Custom Layouts, CSI u, OSC 52
|
||||||
- ... and more!
|
- ... and more!
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue