File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
4
5
5
## Unreleased
6
6
7
+ ## v0.1.21 (2021-01-23)
8
+
9
+ - Fix incorrect order of MCUs in non-interleaved streams
10
+ - DCT Progressive images with incomplete coefficient blocks are now rendered
11
+ - Fix a panic on invalid dimensions
12
+ - Reduce allocations and runtime of decoding
13
+ - Rework multi-threading to run a thread per component
14
+
7
15
## v0.1.20 (2020-07-04)
8
16
9
17
- Fix decoding of some progressive images failing
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " jpeg-decoder"
3
- version = " 0.1.20 "
3
+ version = " 0.1.21 "
4
4
authors = [
" Ulf Nilsson <[email protected] >" ]
5
5
description = " JPEG decoder"
6
6
documentation = " https://docs.rs/jpeg-decoder"
You can’t perform that action at this time.
0 commit comments