Skip to content

Releases: gwihlidal/smush-rs

0.1.4

06 Feb 23:32
Compare
Choose a tag to compare
  • Fix build issue with tests.

0.1.3

06 Feb 23:15
Compare
Choose a tag to compare
  • Exposed a quality setting to the common interface that maps appropriately to each codec.
  • Added timing information to example.
  • Many improvements to overall code structure.
  • Renamed encode_data to encode, and decode_data to decode.
  • Ditched the lzma and lzma2 codecs in favor of xz2, because the native rust implementation doesn't support compression level, and lzma2 doesn't seem to work. (lzma is the legacy algorithm compared to xz2/7zip).

0.1.2

04 Feb 12:34
Compare
Choose a tag to compare
  • Optimization settings.
  • Added build and maintenance badges.

0.1.1

04 Feb 12:17
Compare
Choose a tag to compare
  • Some minor documentation tweaks.

0.1.0

04 Feb 12:16
Compare
Choose a tag to compare
  • First release.