Skip to content

0.10.5

Compare
Choose a tag to compare
@guzba guzba released this 07 Dec 12:36
· 67 commits to master since this release

This release adds support for zip archives that are concatenated to the end of another file (such as a zip of assets concatenated to the end of a game exe file). You can also think of this as having another file prepended to the zip archive.

This new support has been added by @khchen in this PR: #51

What's Changed

  • Add header to the uncompress section by @treeform in #52
  • Deal with embedded ZIP archive in zippy/ziparchives by @khchen in #51

New Contributors

Full Changelog: 0.10.4...0.10.5