Releases: m1stadev/apple-compress
Releases · m1stadev/apple-compress
apple-compress 0.2.3
Small update to fix a bug that could break decompression.
Full Changelog: v0.2.2...v0.2.3
apple-compress 0.2.2
This release:
- Disables the logger by default.
- Enables logging when using
-v
/--verbose
in the CLI. - Adds
-b
/--lzfse-iboot
forLZFSE_IBOOT
compression. - Adds
-l
as a substitute for--lzfse
- Adds
-z
as a substitute for--zlib
Full Changelog: v0.2.1...v0.2.2
apple-compress 0.2.1
Small release which adds docstrings to all functions, and docs.md for API documentation.
Full Changelog: v0.2...v0.2.1
apple-compress 0.2
This release:
- Adds a logger
- Fixes a bug in
decompress()
that would cause the function to loop indefinitely if the allocated buffer was smaller than the size of the decompressed data.
Full Changelog: v0.1...v0.2
apple-compress 0.1
Initial release.
Supports LZ4
, LZ4_RAW
, ZLIB
, LZMA
, LZFSE
, and LZFSE_IBOOT
(de)compression.
Comes with acompress
CLI tool for easy (de)compression tool (currently only supports ZLIB
and LZFSE
).