Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version to 2.3.0 #77

Merged
merged 1 commit into from
Sep 2, 2024
Merged

Bump version to 2.3.0 #77

merged 1 commit into from
Sep 2, 2024

Conversation

nhz2
Copy link
Member

@nhz2 nhz2 commented Sep 2, 2024

Diff: v2.2.0...18b5a95

This release adds the zip_test function for easily testing the checksums of all entries in an archive.

It also allows the parent function to be used to get the underlying buffer of a ZipReader.

Lastly, it adds support for reading Deflate64 compressed data. Deflate64 is sometimes created when zipping large files with Windows File Explorer. This fixes #49

Copy link

codecov bot commented Sep 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.74%. Comparing base (18b5a95) to head (2de848c).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #77   +/-   ##
=======================================
  Coverage   99.74%   99.74%           
=======================================
  Files           6        6           
  Lines         791      791           
=======================================
  Hits          789      789           
  Misses          2        2           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@nhz2 nhz2 merged commit 82377c0 into main Sep 2, 2024
17 checks passed
@nhz2 nhz2 deleted the nhz2-patch-1 branch September 2, 2024 03:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't read Windows native zip file
1 participant