Bump version to 9.1.4 (#680)
Some checks failed
docker / build (push) Has been cancelled
oxipng / CI (push) Has been cancelled
deploy / Deploy release (push) Has been cancelled
oxipng / MSRV check (push) Has been cancelled

This commit is contained in:
andrews05 2025-02-15 07:11:32 +13:00 committed by GitHub
parent 30387b26d9
commit bc8c364568
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 10 additions and 3 deletions

View file

@ -1,3 +1,10 @@
## Version 9.1.4
- [Improvement] Improve optimization of APNG files (reductions still not supported yet).
- [Improvement] Improve reductions for small images and ensure consistent results for repeat runs.
- [Build] Add feature `system-libdeflate` to use the system-installed version of libdeflate.
- [Misc] Strip C2PA metadata by default.
## Version 9.1.3
- [Feature] Add `--zi` option to control the number of Zopfli iterations.

2
Cargo.lock generated
View file

@ -400,7 +400,7 @@ checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"
[[package]]
name = "oxipng"
version = "9.1.3"
version = "9.1.4"
dependencies = [
"bitvec",
"clap",

View file

@ -20,7 +20,7 @@ homepage = "https://github.com/shssoichiro/oxipng"
license = "MIT"
name = "oxipng"
repository = "https://github.com/shssoichiro/oxipng"
version = "9.1.3"
version = "9.1.4"
rust-version = "1.74.0"
[badges]

View file

@ -1,4 +1,4 @@
oxipng 9.1.3
oxipng 9.1.4
Losslessly improve compression of PNG files
Usage: oxipng [OPTIONS] <files>...