Skip to content

Commit bc8c364

Browse files
authored
Bump version to 9.1.4 (#680)
1 parent 30387b2 commit bc8c364

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## Version 9.1.4
2+
3+
- [Improvement] Improve optimization of APNG files (reductions still not supported yet).
4+
- [Improvement] Improve reductions for small images and ensure consistent results for repeat runs.
5+
- [Build] Add feature `system-libdeflate` to use the system-installed version of libdeflate.
6+
- [Misc] Strip C2PA metadata by default.
7+
18
## Version 9.1.3
29

310
- [Feature] Add `--zi` option to control the number of Zopfli iterations.

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ homepage = "https://github.com/shssoichiro/oxipng"
2020
license = "MIT"
2121
name = "oxipng"
2222
repository = "https://github.com/shssoichiro/oxipng"
23-
version = "9.1.3"
23+
version = "9.1.4"
2424
rust-version = "1.74.0"
2525

2626
[badges]

MANUAL.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
oxipng 9.1.3
1+
oxipng 9.1.4
22
Losslessly improve compression of PNG files
33

44
Usage: oxipng [OPTIONS] <files>...

0 commit comments

Comments
 (0)