Skip to content

unzip-compat

Compare
Choose a tag to compare
@9001 9001 released this 20 Apr 19:27
· 79 commits to hovudstraum since this release

a couple guys have been asking if I accept donations -- thanks a lot!! added a few options on my github page :>

there is a discord server with an @everyone in case of future important updates, such as vulnerabilities (most recently 2025-02-25)

recent important news

  • v1.16.15 (2025-02-25) fixed low-severity xss when uploading maliciously-named files
  • v1.15.0 (2024-09-08) changed upload deduplication to be default-disabled
  • v1.14.3 (2024-08-30) fixed a bug that was introduced in v1.13.8 (2024-08-13); this bug could lead to data loss -- see the v1.14.3 release-notes for details

🧪 new features

🩹 bugfixes

  • #155 download-as-zip: increase compatibility with the unix unzip command db33d68
    • this unfortunately reduces support for huge zipfiles on old software (WinXP and such)
    • and makes it less safe to stream zips into unzippers, so use tar.gz instead
    • and is perhaps not even a copyparty bug; see commit-message for the full story

🔧 other changes

  • show warning on Ctrl-A in lazy-loaded folders 5b3a5fe
  • docker: hide keepalive pings from logs d5a9bd8

⚠️ not the latest version!