Skip to content

v3.6.2

Compare
Choose a tag to compare
@diced diced released this 01 Dec 17:56
· 302 commits to trunk since this release
725ce50

What's Changed

  • Swift datasource has been removed
  • Supabase datasource introduced, with support for their storage API
  • Two factor authentication via TOTP codes, supported in apps like Authy and Google Authenticator
  • Ability to view exif metadata in images
  • Ability to remove GPS metadata from images
  • Fixed database constraints bugs
  • Ability to view non-media files that may be uploaded if there are no media files to be shown on the gallery
  • Better placeholder component for media on gallery, no longer flickers
  • Overhauled upload options, a modal will more configuration options. (Both file and text uploads have this)
  • Ability to set default expiration time for uploads
  • Ability to run in "headless" mode, which disables every instance of a front-end leaving only the API accessible.
  • Fixed CORS issues
  • Ability to use all API's with the Authorization header (your token) instead of Cookies
  • Fixed file naming when they have no extension
  • Ability to set upload route to /, so you can view your files like this: https://example.com/something.png instead of https://example.com/u/something.png
  • Stats are updated on startup, and invites are cleaned on startup.

Pulls merged

New Contributors

Full Changelog: v3.6.1...v3.6.2