Skip to content

Latest commit

Β 

History

History
271 lines (180 loc) Β· 17.2 KB

CHANGELOG.md

File metadata and controls

271 lines (180 loc) Β· 17.2 KB

Changelog

0.7.0-alpha0 (2022-08-13)

Added

  • βœ… Add more coverage tests [e015a26]

Changed

  • ♻️ Separate source to a separate crate [c4fe778]
  • ♻️ Make DecoderResult more convenient [8bbe231]
  • ⬆️ Upgrade to 0.7rc [46e9b0c]
  • ♻️ Move jpegxl-sys into workspace [d7a8716]
  • ♻️ Accept a mut ref to buffer in decode_internal [6319836]
  • πŸ—οΈ Use system `libjxl` by default [6756788]
  • ⬆️ Update deps and rust versions [0cc189a]

Miscellaneous

  • Merge commit 'b5ee294732fc402bf8d9a3182fe25208e50733d5' as 'jpegxl-sys' [fb60093]
  • Squashed 'jpegxl-sys/' content from commit a6b5275 [b5ee294]
  • πŸ“ Use gitmoji-changelog [d92f845]
  • Merge pull request #12 from idria/master [d2d6f3b]
  • update image-rs library [141db95]
  • πŸ“ Update docs to the latest address [b7a47af]

0.6.1 (2021-11-03)

Changed

  • ⬆️ Upgrade to v0.6.1 [d8128c5]

Miscellaneous

  • πŸ“ Add CHANGELOG.md [ca68582]
  • (cargo-release) start next development iteration 0.6.1-alpha.0 [5344059]

0.6.0 (2021-10-13)

Added

  • ✨ Add luma only color encoding [112b645]
  • ✨ Automatically figure out pixel types [b309bd6]
  • βœ… Continue improve code coverage [d43b3c6]
  • βœ… Continue improve code coverage [be94896]
  • βœ… Increase code coverage [bd0d306]

Changed

  • ⬆️ Upgrade `libjxl` to v0.6 [782603a]
  • 🎨 Remove Cell [9dda100]
  • 🎨 Remove unused setters [9bc3b09]
  • 🎨 Memory manager API consistency [de0755c]
  • 🚨 Fix clippy [ae3fbfa]
  • 🎨 Use `derive_builder` [6734234]
  • 🎨 Remove `unwrap()`s [b2e914f]
  • 🎨 New way to integrate `image` crate [b1d1715]

Fixed

Miscellaneous

  • feat: Remove size requirement for JPEG data [b7f7ac1]
  • πŸ“ Update docs [5313c05]
  • (cargo-release) start next development iteration 0.3.8-alpha.0 [0f8d6d8]

0.6.2-alpha0 (2022-07-06)

Changed

  • ♻️ Move jpegxl-sys into workspace [79050a8]
  • ♻️ Accept a mut ref to buffer in decode_internal [6319836]
  • πŸ—οΈ Use system `libjxl` by default [6756788]
  • ⬆️ Update deps and rust versions [0cc189a]

Miscellaneous

  • Merge commit 'b5ee294732fc402bf8d9a3182fe25208e50733d5' as 'jpegxl-sys' [fb60093]
  • Squashed 'jpegxl-sys/' content from commit a6b5275 [b5ee294]
  • πŸ“ Use gitmoji-changelog [d92f845]
  • Merge pull request #12 from idria/master [d2d6f3b]
  • update image-rs library [141db95]
  • πŸ“ Update docs to the latest address [b7a47af]

0.3.7 (2021-04-13)

Added

  • πŸ‘·β€β™‚οΈ Add code coverage [1d67f17]

Changed

  • ⬆️ Bump to v0.3.7 [cf0152e]

Miscellaneous

  • πŸ“ Update docs [ecb3d5a]
  • (cargo-release) start next development iteration 0.3.6-alpha.0 [f055d14]

0.3.5 (2021-03-25)

Added

  • ✨ Check signature first [b781372]
  • πŸ‘·β€β™‚οΈ Add security audit [ab9efd8]

Changed

  • ⬆️ Upgrade to v0.3.5 [8b5af3c]
  • 🎨 Break up decode [8c8609b]
  • 🎨 Refactor to expose more functionalites [9ea3da2]
  • 🎨 Use manually generated C bindings [e386a33]

Miscellaneous

  • (cargo-release) version 0.3.5 [bafd61a]
  • (cargo-release) start next development iteration 0.3.4-alpha.0 [bbeba07]

0.3.3 (2021-03-13)

Added

  • ✨ Store JPEG reconstuction metadata [19e4135]
  • ✨ Output icc profile [6d7a470]

Changed

  • 🎨 Rename feature `without-build` to `system-jpegxl` [ab7fd2d]
  • ⬆️ Bump libjxl version [fad37a4]

Miscellaneous

  • (cargo-release) version 0.3.3 [449610d]
  • Merge pull request #3 from inflation/0.3.3 [31770a6]
  • Make clippy happy [e2d9ee3]
  • Fix docs [488c48e]
  • Refactor builders [2e396d2]
  • Move generic on JxlDecoder to decode() [a22432d]
  • Allow reuse of parallel runner and memory manager [30a4912]
  • Remove rayon [5a6e308]
  • (cargo-release) start next development iteration 0.3.3-alpha.0 [4b76775]

0.3.2 (2021-02-16)

Added

  • ✨ Add color encoding option [2ae4255]

Changed

  • 🎨 Mask names from `jpegxl-sys` crate [79357a2]

Miscellaneous

  • (cargo-release) version 0.3.2 [d9ae5dd]
  • Update jpeg-xl to 0.3.1 [c45511d]
  • Fix docs link [6db8317]
  • (cargo-release) start next development iteration 0.3.1-alpha.0 [63b7462]

0.3.0 (2021-01-30)

Miscellaneous

  • (cargo-release) version 0.3.0 [36de340]
  • Merge pull request #2 from inflation/v0.3 [eddb887]
  • Add API to encode from raw JPEG data losslessly [fd21b5d]
  • Update to v0.3 [bb12089]
  • Fix cache and dependencies [cd72cb7]
  • Add cache to the CI [ba7f3f9]
  • Add badges [8e9bc21]
  • Enable pedantic clippy lints [f320165]
  • Add CI [6d22596]
  • Create rust.yml [427af0b]
  • (cargo-release) start next development iteration 0.2.4-alpha.0 [eb366cd]

0.2.3 (2021-01-15)

Miscellaneous

0.2.2 (2021-01-10)

Miscellaneous

0.1.4 (2020-08-25)

Miscellaneous

0.1.3 (2020-08-25)

Miscellaneous

0.1.2 (2020-08-19)

Miscellaneous

0.1.0 (2020-08-16)

Miscellaneous