diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c60faf..c2cd8c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ 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). +## [1.3.0] - 2024-03-11 +### Added + - rdsquashfs: improve unpacking error message on Windows + - rdsquashfs: add a workaround for unpacking forbidden filenames on Windows + - tar2sqfs: Add option to exclude files + +### Fixed + - Fix compressor ID enumerator in format documentation + +### Changed + - libsqfs: add a threshold for extended directory inodes with index + ## [1.2.0] - 2022-12-03 ### Added - Make it possible for `gensquashfs` to add xattrs from a description file |