Skip to content

Releases: circleguard/wtc-lzma-compressor

v1.2.1

07 May 01:58

Choose a tag to compare

  • fix decompress not returning a value sometimes

v1.2.0

06 May 19:59
a95c0c5

Choose a tag to compare

  • add a decompressed_lzma option to wtc.decompress to return the decompressed lzma instead of compressed lzma

v1.1.3

27 Apr 17:07
8c74fae

Choose a tag to compare

  • Fix version not being bumped since 1.0.0

v1.1.2

24 Feb 00:08

Choose a tag to compare

  • force utf-8 encoding when installing

v1.1.1

02 Feb 21:36
472e7d5

Choose a tag to compare

  • Treat z stream as a signed byte instead of unsigned (fixes #1)

v1.1.0

02 Feb 20:59

Choose a tag to compare

Released alongside osu!anticheat v1.0

  • pack and unpack each data stream separately

v1.0.0

26 Jan 00:55

Choose a tag to compare

Original release. Lossy compression of a 20 byte frame to an 8 byte frame, resulting in ~40% compression rates.