mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
Add the missing link and make the description consistent with others
This commit is contained in:
parent
c356e6f0d6
commit
47d5eab9e7
1 changed files with 3 additions and 2 deletions
|
|
@ -24,8 +24,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/):
|
||||||
|
|
||||||
- Smart-case in interactive `cd` broken due to a typo ([#3540])
|
- Smart-case in interactive `cd` broken due to a typo ([#3540])
|
||||||
- Fix shell formatting for non-spread opener rules ([#3532])
|
- Fix shell formatting for non-spread opener rules ([#3532])
|
||||||
- Account for URL covariance in `Url:join()` ([#3514])
|
|
||||||
- `sort extension` excludes directories since only files have extensions ([#3582])
|
- `sort extension` excludes directories since only files have extensions ([#3582])
|
||||||
|
- Account for URL covariance in `Url:join()` ([#3514])
|
||||||
|
|
||||||
## [v26.1.4]
|
## [v26.1.4]
|
||||||
|
|
||||||
|
|
@ -341,7 +341,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/):
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- `before_ext` should exclude directories since only files have extensions ([#2132])
|
- `before_ext` excludes directories since only files have extensions ([#2132])
|
||||||
- Element style of `ui.Text` was not applied to the entire area ([#2093])
|
- Element style of `ui.Text` was not applied to the entire area ([#2093])
|
||||||
- Incorrect monorepo sub-plugin path resolution ([#2186])
|
- Incorrect monorepo sub-plugin path resolution ([#2186])
|
||||||
- Use `u32` for parsing Linux partition blocks ([#2234])
|
- Use `u32` for parsing Linux partition blocks ([#2234])
|
||||||
|
|
@ -1606,3 +1606,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/):
|
||||||
[#3541]: https://github.com/sxyazi/yazi/pull/3541
|
[#3541]: https://github.com/sxyazi/yazi/pull/3541
|
||||||
[#3561]: https://github.com/sxyazi/yazi/pull/3561
|
[#3561]: https://github.com/sxyazi/yazi/pull/3561
|
||||||
[#3566]: https://github.com/sxyazi/yazi/pull/3566
|
[#3566]: https://github.com/sxyazi/yazi/pull/3566
|
||||||
|
[#3582]: https://github.com/sxyazi/yazi/pull/3582
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue