v2.2.12
·
2619 commits
to master
since this release
- Add the new option
keepOrderto the constructorZipWriterand the methodZipWriter#addin order to keep ordered the list of files when callingZipWriter#addmultiple times in parallel - Support reading of zip files with invalid offsets due to data added at the start of the zip file
- Fix issue when calling
ZipWriter#addwith more than one custom extra field type as option - Update limit to locate the End Of Central Directory Record at the end of a zip file: 64 KB => 1MB
- Fix detection of unsupported encryption methods (e.g. ZipCrypto) and add a new constant
ERR_UNSUPPORTED_ENCRYPTION - Expose
Entry#zip64to know if a file entry is formatted in Zip64 - Update development dependencies