Skip to content

v0.0.62

Compare
Choose a tag to compare
@michalc michalc released this 04 Jun 14:21
· 142 commits to main since this release
896422c

What's Changed

  • build(deps): bump pymdown-extensions from 9.9.2 to 10.0 by @dependabot in #40
  • build(deps): bump requests from 2.28.2 to 2.31.0 by @dependabot in #41
  • feat: add ZIP_AUTO mode by @michalc in #43
  • docs: better mode docs by @michalc in #44
  • docs: fix indentation in mkdocs by @michalc in #45
  • docs: make it clear that get_compressobj is for ZIP_32 and ZIP_64 only by @michalc in #46
  • fix: use default memLevel in ZIP_AUTO to more robustly stick to bounds by @michalc in #47
  • fix: auto upgrade central directory if too many files in ZIP_AUTO mode by @michalc in #48
  • feat: raise central directory-related overflow exceptions a bit earlier by @michalc in #49
  • docs: add another case where Zip64 support is limited by @michalc in #50

New Contributors

Full Changelog: v0.0.61...v0.0.62