This commit is contained in:
sxyazi 2026-01-09 19:46:11 +08:00
parent bd3a698135
commit 5048288b1d
No known key found for this signature in database

View file

@ -15,6 +15,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/):
### Added
- Support compressed tarballs (`.tar.gz`, `.tar.bz2`, etc.) in the preset archive previewer ([#3518])
- New `Path.os()` API creates an OS-native `Path` ([#3541])
### Fixed
@ -1597,3 +1598,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/):
[#3518]: https://github.com/sxyazi/yazi/pull/3518
[#3532]: https://github.com/sxyazi/yazi/pull/3532
[#3540]: https://github.com/sxyazi/yazi/pull/3540
[#3541]: https://github.com/sxyazi/yazi/pull/3541