Skip to content

Releases: guzba/zippy

0.10.6

31 Dec 19:36
Compare
Choose a tag to compare

No breaking changes were made in this version.

What's Changed

  • implement ZipArchive addFile method by @brendo-m in #53
  • Fix arm64 type mismatch build error by @apsun in #54

New Contributors

Full Changelog: 0.10.5...0.10.6

0.10.5

07 Dec 12:36
Compare
Choose a tag to compare

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

0.10.4

22 Aug 21:28
Compare
Choose a tag to compare

What's Changed

  • Handle entries ending with / as directories by @nnsee in #48

New Contributors

  • @nnsee made their first contribution in #48

Full Changelog: 0.10.3...0.10.4

0.10.3

01 Jul 23:28
Compare
Choose a tag to compare

improved arm64 performance (adler32 neon on arm64, crc32 intrinsics on m1)

Full Changelog: 0.10.2...0.10.3

0.10.2

19 Jun 16:17
Compare
Choose a tag to compare
  • faster inflate on intel mac (and likely other x86-64)

Full Changelog: 0.10.1...0.10.2

0.10.1

15 Jun 20:07
Compare
Choose a tag to compare

new simd adler32 + runtime checks for cpu features
use -d:zippyNoSimd to turn off simd if there are any issues (+ consider opening an issue if simd should work)

0.10.0

11 Jun 20:52
Compare
Choose a tag to compare

much faster gzip inflate due to adding simd crc32 for x86-64
new simd crc32 does runtime checks for cpu features
use -d:zippyNoSimd to turn off simd if there are any issues (+ consider opening an issue if simd should work)

Full Changelog: 0.9.12...0.10.0

0.9.12

11 Jun 17:52
Compare
Choose a tag to compare

faster inflate

Full Changelog: 0.9.11...0.9.12

0.9.11

08 Jun 20:46
Compare
Choose a tag to compare

Fixes -d:lto + GCC >= 11

Full Changelog: 0.9.10...0.9.11

0.9.10

05 Jun 17:37
Compare
Choose a tag to compare

Zip Archive and Tarball tests use temp directories now.

Full Changelog: 0.9.9...0.9.10