Skip to content

Commit 95d521c

Browse files
committed
Version 8.0.0
1 parent 91e2914 commit 95d521c

File tree

3 files changed

+33
-15
lines changed

3 files changed

+33
-15
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## Version 8.0.0
2+
3+
- [Breaking] Revamp alpha optimization
4+
- [Bugfix] Fix grayscale depth reduction with tRNS pixel
5+
- [Bugfix] Fix fast mode with zopfli
6+
- [Improvement] Tweaks to interlacing and format display
7+
- [Improvement] Ability to reduce alpha channel to tRNS pixel
8+
- [Improvement] Performance improvements to colorspace reduction
9+
- [Misc] Disable image validation in release mode, as it is deemed no longer necessary
10+
111
## Version 7.0.0
212

313
- [Breaking] Switch to libdeflater as the default

Cargo.lock

+22-14
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
@@ -9,7 +9,7 @@ homepage = "https://github.com/shssoichiro/oxipng"
99
license = "MIT"
1010
name = "oxipng"
1111
repository = "https://github.com/shssoichiro/oxipng"
12-
version = "7.0.0"
12+
version = "8.0.0"
1313
rust-version = "1.61.0"
1414

1515
[badges]

0 commit comments

Comments
 (0)