diff --git a/CHANGELOG.md b/CHANGELOG.md index 8522d26..bb564c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [4.2.4] - 2025-01-10 + +### Fixed +- Show only filename in `ls` output instead of full path for cleaner display +- Correct `ls` command path handling and prefix display logic + ## [4.2.3] - 2025-01-07 ### Added @@ -59,6 +65,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Delta compression for versioned artifacts - 99%+ compression for similar files +[4.2.4]: https://github.com/beshu-tech/deltaglider/compare/v4.2.3...v4.2.4 [4.2.3]: https://github.com/beshu-tech/deltaglider/compare/v4.2.2...v4.2.3 [4.2.2]: https://github.com/beshu-tech/deltaglider/compare/v4.2.1...v4.2.2 [4.2.1]: https://github.com/beshu-tech/deltaglider/compare/v4.2.0...v4.2.1