diff --git a/CHANGELOG.md b/CHANGELOG.md index 08ed4ba0..bfb2b41d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## Version 10.1.0 + +- [Feature] Add `--json` option for machine-readable output. +- [Improvement] New default output with file counter and summary. (Use an extra `-v` flag to get the same output as before.) +- [Bugfix] Fix fast mode sometimes giving suboptimal results for small, indexed images. + ## Version 10.0.0 - [Breaking] CLI: Change short zopfli flag from `-Z` to `-z`. diff --git a/Cargo.lock b/Cargo.lock index d88ffe4d..fb7f0d96 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -395,7 +395,7 @@ checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad" [[package]] name = "oxipng" -version = "10.0.0" +version = "10.1.0" dependencies = [ "bitvec", "clap", diff --git a/Cargo.toml b/Cargo.toml index 0719ce76..2e39b987 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ homepage = "https://github.com/oxipng/oxipng" license = "MIT" name = "oxipng" repository = "https://github.com/oxipng/oxipng" -version = "10.0.0" +version = "10.1.0" rust-version = "1.85.1" [badges] diff --git a/MANUAL.txt b/MANUAL.txt index 7eb0fc1a..78bab9af 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -1,4 +1,4 @@ -oxipng 10.0.0 +oxipng 10.1.0 Losslessly improve compression of PNG files Usage: oxipng [OPTIONS] ... @@ -105,10 +105,13 @@ Options: losslessly. -v, --verbose... - Run in verbose mode (use twice to increase verbosity) + Show per-file info (use multiple times for more detail) -q, --quiet - Run in quiet mode + Suppress all output messages + + -j, --json + Print results as JSON -f, --filters Perform compression trials with each of the given filter types. You can specify a