v10.1.1
This commit is contained in:
parent
ea9cd868a5
commit
bbf8741f21
3 changed files with 10 additions and 2 deletions
|
|
@ -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
2
Cargo.lock
generated
|
|
@ -386,7 +386,7 @@ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
|
|||
|
||||
[[package]]
|
||||
name = "oxipng"
|
||||
version = "10.1.0"
|
||||
version = "10.1.1"
|
||||
dependencies = [
|
||||
"bitvec",
|
||||
"clap",
|
||||
|
|
|
|||
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in a new issue