This commit is contained in:
sxyazi 2026-01-09 07:59:02 +08:00
parent d39d113f99
commit ca264a44ae
No known key found for this signature in database

View file

@ -18,8 +18,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/):
### Fixed
- Account for URL covariance in `Url:join()` ([#3514])
- Smart-case in interactive `cd` broken due to a typo ([#3540])
- Fix shell formatting for non-spread opener rules ([#3532])
- Account for URL covariance in `Url:join()` ([#3514])
## [v26.1.4]
@ -1595,3 +1596,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/):
[#3514]: https://github.com/sxyazi/yazi/pull/3514
[#3518]: https://github.com/sxyazi/yazi/pull/3518
[#3532]: https://github.com/sxyazi/yazi/pull/3532
[#3540]: https://github.com/sxyazi/yazi/pull/3540