github diced/zipline v4.5.1

12 hours ago

many bugfixes from v4.5.0, please update!

What's Changed

  • vuln: 🚨 GHSA-m649-gvwx-j6qv
  • fixed session issues #1021
    • note that if you had issues with zipline infinitely redirecting you to the login page, you should update to this version, login to zipline, then logout and back in to completely flush out old session behavior
    • a simple removal of session cookies and such can fix this as well
    • it's now seamless in 4.5.1 though
  • fixed passwords with special characters not showing file #1023
  • fixed text files requesting content when their modal was not opened
  • fixed version badge and versioning API showing outdated even though same commit SHA
  • fixed folders context not updating when editing their properties
  • fixed various react hydration errors
  • refactored uploader: this is relatively untested, but should work as expected
    • when uploading more than 500 files the previews will truncate to a few and let you keep showing more to not lag the browser
    • added batch uploading for up to 500 files in one request, this is a hard limit, your file limit should be more than this if you are uploading tons of files
  • fixed ?popen=true query-string modal openers (now: ?pending=true
  • fixed tags name overflowing the modal
  • fixed and cleaned up settings scroll for tampered settings
  • added QR code downloading/copying for shortened urls
  • added domain setting (in the user settings), for copied urls
  • updated node packages, nix flake is updated to https://github.com/nixos/nixpkgs/tree/812b3986fd1568f7a858f97fcf425ad996ba7d25

PRs Merged

New Contributors

Full Changelog: v4.5.0...v4.5.1

Don't miss a new zipline release

NewReleases is sending notifications on new releases.