Overview
This release adds support for zlib unpacking, weighted archive detection, decompression of `lzma`, `bz2`, and `zlib` DMG chunks, and resolves a trivial bug in the DMG implementation which lead to incomplete extraction of blobs from DMGs.
🛠️ **New Features**
* Zlib support
🍩 **Improvements**
* Handle `lzma`, `zlib`, and `bz2` compressed chunks in DMG reader.
* Weighted archive detection.
* Allows preferencing "container" formats when blobs contain multiple detected formats.
🐛 **Bug Fixes**
* Chunking issue in DMG reader.