Zipline logo

Zipline

A ShareX/file upload server that is easy to use, packed with features, and with an easy setup!

Alternative to: imgur, cloudapp, sharex, gyazo


About Versions (93)

v3.4.7

2022-07-06

What’s Changed

  • Add Openstack Swift support by @cestef in https://github.com/diced/zipline/pull/154
  • add link to xsel by @advilm in https://github.com/diced/zipline/pull/157
  • Multiple files had some refactoring done
  • Previewing files on the upload page works with audio and video
  • Exports on the manage page show their size
  • Password fields now use Mantine’s PasswordInput which allows you to click an eye to show your input
  • Use of crypto.randomUUID instead of the npm package uuid
  • Switch from aws-sdk to minio for s3 support, endpoint for s3 is required now
  • You can set the region of s3 now DATASOURCE_S3_REGION or datasource.s3.region they default to us-east-1
  • Removal of scripts folder, no need for it anymore
  • Revamp error pages (404, 500, etc)
  • When logging in instead of showing notifications the fields will show an error
  • Fixed bug where when logging out the state does not reset (noticeable when logging out then logging into a different account where it would show the old user without doing a full refresh of the page)
  • Theres a loading overlay shown on all pages now
  • Probably a bunch of other stuff I forgot to include while reading the diffs

New Contributors

Full Changelog: https://github.com/diced/zipline/compare/v3.4.6…v3.4.7