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
4f72231675
commit
f6c43dca87
1 changed files with 3 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/):
|
||||||
- Make help menu a command palette ([#4074])
|
- Make help menu a command palette ([#4074])
|
||||||
- H/M/L Vim-like motion for moving cursor relative to viewport ([#3970])
|
- H/M/L Vim-like motion for moving cursor relative to viewport ([#3970])
|
||||||
- Context-aware icons for inputs ([#4080])
|
- Context-aware icons for inputs ([#4080])
|
||||||
|
- Show file icons in trash/delete/overwrite confirmations ([#4096])
|
||||||
- Dynamic keymap Lua API ([#4031])
|
- Dynamic keymap Lua API ([#4031])
|
||||||
- New `ui.Input` element ([#4040])
|
- New `ui.Input` element ([#4040])
|
||||||
- Image preview with Überzug++ on Niri ([#3990])
|
- Image preview with Überzug++ on Niri ([#3990])
|
||||||
|
|
@ -27,6 +28,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/):
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Rename `<BackTab>` to `<S-Tab>` ([#3989])
|
- Rename `<BackTab>` to `<S-Tab>` ([#3989])
|
||||||
|
- Make `mgr::Yanked`, `tab::Selected`, and the `@yank` DDS event return `File` instead of `Url` from `__pairs()` ([#4096])
|
||||||
- Remove `help:filter` action since the filter input is now always available ([#4074])
|
- Remove `help:filter` action since the filter input is now always available ([#4074])
|
||||||
- `[help]` of `theme.toml`: supersede `on` with `chord`, supersede `run` and `desc` with `action`, remove `footer` ([#4074])
|
- `[help]` of `theme.toml`: supersede `on` with `chord`, supersede `run` and `desc` with `action`, remove `footer` ([#4074])
|
||||||
- Remove Legacy Console Mode on Windows ([#3989])
|
- Remove Legacy Console Mode on Windows ([#3989])
|
||||||
|
|
@ -1765,3 +1767,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/):
|
||||||
[#4068]: https://github.com/sxyazi/yazi/pull/4068
|
[#4068]: https://github.com/sxyazi/yazi/pull/4068
|
||||||
[#4074]: https://github.com/sxyazi/yazi/pull/4074
|
[#4074]: https://github.com/sxyazi/yazi/pull/4074
|
||||||
[#4080]: https://github.com/sxyazi/yazi/pull/4080
|
[#4080]: https://github.com/sxyazi/yazi/pull/4080
|
||||||
|
[#4096]: https://github.com/sxyazi/yazi/pull/4096
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue