Skip to content

Commit 19be140

Browse files
committed
Version 7.0.0
1 parent bd5a0b5 commit 19be140

File tree

6 files changed

+98
-69
lines changed

6 files changed

+98
-69
lines changed

.github/workflows/oxipng.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- x86_64-apple-darwin
2020
toolchain:
2121
# Minimum stable
22-
- "1.57.0"
22+
- "1.61.0"
2323
- stable
2424
- beta
2525
- nightly

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## Version 7.0.0
2+
3+
- [Breaking] Switch to libdeflater as the default
4+
- [Breaking] Rebalance presets
5+
- [Breaking] Update safe headers to remove
6+
- [Breaking] Bump minimum Rust version to 1.61.0
7+
- [Feature] Introduce new filter strategies
8+
- [Feature] Allow setting libdeflate compression level
9+
- [Feature] Add optional dockerization
10+
- [Improvement] Improve alpha reductions
11+
- [Improvement] Fast deinterlace for 8-bit
12+
- [Improvement] Refactor heuristics for fast filter evaluation
13+
- [Improvement] Improve file size reduction further
14+
- [Bugfix] Avoid printing output bytes on decompress error
15+
- [Bugfix] Fix compression level 0
16+
- [Bugfix] Fix directional alpha reductions
17+
- [Bugfix] Fix edge cases in palette reduction
18+
119
### Version 6.0.1
220

321
- [Bugfix] Fix an issue where Zopfli mode could generate corrupt images

Cargo.lock

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

0 commit comments

Comments
 (0)