Skip to content

Releases: diced/zipline

v3.7.10

12 Sep 18:57
48cfa41
Compare
Choose a tag to compare

What's Changed

  • fixed path traversal (update if you are v3.4 and above)
    • this is only exploitable if the user is logged in
  • Add Catppuccin themes by @cswimr in #560
  • fix: audio & video scrubbing by @ari-party in #576
  • fix: hyprland is no longer wlroots-based by @polymo1 in #581
  • file ordering for viewing other user files
  • thumbnails for videos show up on folder file viewing
  • fixed ratelimit bypass on uploading
  • views are incremented on view/code routes
  • files are deleted when they reach maxViews on view routes

(sorry for double release - forgot to change the version)

New Contributors

Full Changelog: v3.7.9...v3.7.10

v3.7.9

01 Mar 03:28
511f17e
Compare
Choose a tag to compare

What's changed

  • ampm modifier for dates
  • x-zipline-folder header (the value should be a folder id)
    • this automatically adds the file you are uploading to the folder

Bugs fixed

  • fixed {file.size::bytes} not working on some conditions #532
  • fixed image resizing in view route #527

Full Changelog: v3.7.8...v3.7.9

v3.7.8

05 Jan 08:00
f40803f
Compare
Choose a tag to compare

What's changed

  • new year new zipline update
  • better alignment for thumbnails
  • folder viewing fixed
  • thumbnails show up in folder views
  • max width and height on videos/images on view route
  • new locale and tz options for date variables: {file.createdAt::locale::en-US,America/Los_Angeles}

Pulls Merged

  • Fixed Discord Mobile Video Embeded Res Bug by @L7NEG in #509
  • fix(shorten): typo by @wdhdev in #513
  • Add autohotkey file extension (.ahk) to mimes.json by @SeaswimmerTheFsh in #511
  • fix: Merge create endpoint into register and prevent non admins from … by @TacticalTechJay in #517
  • Improve error handling for file expiry by @Wingysam in #519
  • fix: prisma deletion errors by @Vetlix in #522

New Contributors

  • @L7NEG made their first contribution in #509
  • @wdhdev made their first contribution in #513
  • @SeaswimmerTheFsh made their first contribution in #511
  • @Wingysam made their first contribution in #519

Full Changelog: v3.7.7...v3.7.8

v3.7.7

22 Nov 04:22
4061da8
Compare
Choose a tag to compare

What's changed

  • Prisma version mismatch hotfix (prisma@5.1.x now), sorry about the issues yesterday!
  • Better styling in view file card and upload file dropzone
  • Password protected non-media files can be viewed now
    • /r route supports ?password={password} query now!

Pulls merged

New Contributors

Full Changelog: v3.7.6...v3.7.7

v3.7.6

21 Nov 05:33
fe50beb
Compare
Choose a tag to compare

What's changed

  • dupe fixed fixed fr
  • updated packages
  • files above int limit (2gb) now work

Pulls merged

New Contributors

Full Changelog: v3.7.5...v3.7.6

v3.7.5

06 Nov 06:39
633dfd4
Compare
Choose a tag to compare

What's changed

  • og:video type
  • fixed oauth notnull
  • fixed no file size on folders page
  • new UPLOADER+RANDOM_WORDS_SEPERATOR for gfycat format
  • fixed non english characters encoding (cyrillic, japanese, chinese, korean, and hindi were tested but anything should work)
  • fixed import file script to include size of file
  • warning shown when theres no public/adjectives or public/animals files for gfycat format
  • fixed overwriting existing files when using NAME format
  • custom redirect_uri for discord/google oauth
  • new whitelisted user ids for discord oauth

Pulls merged

New Contributors

Full Changelog: v3.7.4...v3.7.5

v3.7.4

29 Aug 22:39
713f857
Compare
Choose a tag to compare

What's changed

  • Domains moved to https://zipline.diced.sh/
  • Fixed letters being cut off in user button #448
  • Huge docker size improvements (1gb now from 2gb)
  • WEBSITE_SHOW_VERSION=false works now #450
  • Giphy name generator fixed #449

Pulls merged

Full Changelog: v3.7.3...v3.7.4

v3.7.3

01 Aug 02:07
faf5098
Compare
Choose a tag to compare

What's changed

  • moved domains

sorry

v3.7.2

01 Aug 01:19
22633b8
Compare
Choose a tag to compare

What's changed

  • bytes modifier for int: {file.size::bytes}
  • docker caching works................................................
  • Fixed bug regarding thumbnail generation (#444)
  • Thumbnail workers have more debug logs for unexpected errors, etc.
  • Fixed bug when CHUNKS_ENABLED=false, dashboard still chunks based on other chunk vars. (#446)
  • Compression bug fixes
  • Fixed bug that didn't allow user registration without invites enabled
  • Date objects being created twice leading to Invalid Date for some locales (#410)

Pulls merged

Full Changelog: v3.7.1...v3.7.2

v3.7.1

02 Jul 22:03
907e43c
Compare
Choose a tag to compare

What's changed

  • Offloaded chunked uploads (pending uploads)
  • Query size script fixed
  • Check favorite files before deletion
  • Exif temp files are removed (previously weren't, oversight)
  • Invites no longer include never (no functionality was added)
  • Lots of fixes for meta tags
  • Clear temp script
  • Lot's of bug fixes covered in pull requests below.

PRs merged

New Contributors

Full Changelog: v3.7.0...v3.7.1