github diced/zipline v3.6.4

latest releases: v3.7.9, v3.7.8, v3.7.7...
18 months ago

Breaking Changes

  • CORE_HTTPS is now CORE_RETURN_HTTPS

What's Changed

  • Ability to use / for shortened links, and will work if both uploader and urls route is /
  • Rendering TeX files with KaTeX
  • Rendering Markdown files
  • A bunch of languages that weren't supported are dynamically imported (code syntax highlighting with prismajs)
  • The "Show non-media files" checkbox saves your value, so that it is persistent
  • Built-in SSL support, provide your own keys and Zipline will use them!
  • Switch from builtin http to fastify for easier development & performance benefits(?)
  • Most dependencies have been updated, including prisma-binaries which are now 4.7.x
  • New variables parser, with modifiers and more flexibility.
  • Better file pagination
    • The route now has a query with "?page=1" which automatically opens that page, ex. /dashboard/files?page=2, will open page 2 automatically
    • This should be easier on the database as it doesn't re-fetch all images every time the route is loaded.
  • Flameshot generator now supports Wayland, and will generate files with wl-copy, etc.
  • Navbar is changed a bit, go figure out what changed ;)
  • You can set a default avatar for newly created accounts

Bugs squashed

  • URLs are now ordered by descending
  • URLs with maxViews are deleted after serving
  • OAuth improvements
  • All modals have an exit transition

Pulls Merged

Join the Discord, to see screenshots and more stuff!

Full Changelog: v3.6.3...v3.6.4

Don't miss a new zipline release

NewReleases is sending notifications on new releases.