Releases: guzba/zippy
0.10.6
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
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
0.10.3
improved arm64 performance (adler32 neon on arm64, crc32 intrinsics on m1)
Full Changelog: 0.10.2...0.10.3
0.10.2
- faster inflate on intel mac (and likely other x86-64)
Full Changelog: 0.10.1...0.10.2
0.10.1
0.10.0
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
faster inflate
Full Changelog: 0.9.11...0.9.12
0.9.11
Fixes -d:lto + GCC >= 11
Full Changelog: 0.9.10...0.9.11
0.9.10
Zip Archive and Tarball tests use temp directories now.
Full Changelog: 0.9.9...0.9.10