v10.1.1
Some checks failed
oxipng / CI (push) Has been cancelled
oxipng / MSRV check (push) Has been cancelled

This commit is contained in:
Andrew 2026-04-18 10:14:16 +12:00
parent ea9cd868a5
commit bbf8741f21
3 changed files with 10 additions and 2 deletions

View file

@ -1,3 +1,11 @@
## Version 10.1.1
- [Performance] Improve Bigrams performance, giving notably faster results at lower levels.
- [Improvement] Change `--np` flag to also prevent conversion to indexed from other color types.
- [Improvement] Improve support for recompressing ICC profiles with high compression ratios.
- [Misc] Add warning when `--ziwi` exceeds `--zi`.
- [Build] Further reduce size of binaries.
## Version 10.1.0
- [Feature] Add `--json` option for machine-readable output.

2
Cargo.lock generated
View file

@ -386,7 +386,7 @@ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
[[package]]
name = "oxipng"
version = "10.1.0"
version = "10.1.1"
dependencies = [
"bitvec",
"clap",

View file

@ -20,7 +20,7 @@ homepage = "https://github.com/oxipng/oxipng"
license = "MIT"
name = "oxipng"
repository = "https://github.com/oxipng/oxipng"
version = "10.1.0"
version = "10.1.1"
rust-version = "1.85.1"
[badges]