You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,12 @@
1
+
## 2.0.0
2
+
3
+
- Add `no_std` support using `core` and `alloc` only, and raise the MSRV from Rust 1.34.2 to 1.36.0 (https://github.com/image-rs/color_quant/pull/24)
4
+
- Add `NeuQuant::color_map_alpha` for retrieving the palette alpha channel, useful for PNG `tRNS` chunks (https://github.com/image-rs/color_quant/pull/23)
5
+
- Fix `search_netindex` so palette index 0 is checked and both search directions are handled correctly (https://github.com/image-rs/color_quant/pull/16)
6
+
- Fix a sampling prime typo by changing `478` to `487` (https://github.com/image-rs/color_quant/pull/14)
7
+
- Forbid unsafe code in the crate (https://github.com/image-rs/color_quant/pull/22)
8
+
- Improve and specialize internal math operations used by the quantizer, and document their provenance (https://github.com/image-rs/color_quant/pull/24)
9
+
1
10
## 1.1.0
2
11
3
12
- Unify with `image::math::nq` as per https://github.com/image-rs/image/issues/1338 (https://github.com/image-rs/color_quant/pull/10)
0 commit comments