Skip to content

Releases: diced/zipline

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

New Contributors

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

v3.7.0

27 Mar 04:25
a728d71
Compare
Choose a tag to compare

Breaking changes

  • Embed settings have been changed completely, make sure to save your previous values before updating.
  • Variables for webhooks and embeds have been changed

New things

  • Switched to tsup
  • Embed settings made more streamlined
  • Ability to add ?download=true to /r/ links
  • Generate URL Shortening scripts/configurations
  • Pressing Tab within the text uploader, will add a 2-space tab.
  • Image uploading UI was overhauled
  • Ability to keep original name (content-disposition)
  • Folders, to put your files in
  • ENTRYPOINT in docker
  • Better version checking for upstream and non-upstream users!
  • Clear "orphaned" files (files not owned by anyone)
  • Ability to separate webhooks for upload and shorten notifications.
  • Clear zero byte files script
  • Logger improvements
  • File sizes
  • Query file size script
  • Muted audio by default
  • New tables for dashboard, urls, invites, users
    • Ability to switch between grid and list (table) mode within those pages
  • New success modals for uploads/url shortens
  • New login page
  • User menu reorganized
  • Keyboard shortcut menu (CTRL+K, CMD+K)
  • New icons with @tabler-icons/react
  • Gfycat urls (adjectiveadjectiveanimal)

Bugs fixed

A lot, go ahead and check the full changelog. Any commit prefixed with fix: is a bug-fix usually.

Pulls merged

New Contributors

Full Changelog: v3.6.4...v3.7.0