Skip to content

v4.0.1

Compare
Choose a tag to compare
@diced diced released this 12 Mar 22:41
· 112 commits to trunk since this release
ba6d5eb

What's Changed

  • fixed many import bugs
  • fixed ziplinectl not running
  • fixed oauth redirect uri not being used when provided
  • fixed view page on firefox (smh)
  • fixed sessions being overwritten in many different cases
  • fixed external links area not scrolling
  • fixed passkey appearing even when disabled
  • fixed oauth saving (a restart shouldn't be needed now)
  • fixed titles overflowing out of the page or container
  • fixed gps metadata not clearing
  • fixed api errors not erroring properly to the user
  • fixed url passwords only working when logged in
  • fixed hex parsing for discord webhook embed color
  • fixed unsupported headers in s3
  • fixed combobox being hidden when in a small container
  • add default state to oidc oauth (fixes authentik)
  • add warning when enabling embeds to enable view routes
  • add ishare support
  • add x-zipline-domain random domain selection (comma separated list of domains)
  • add cross-env to support environment variables on windows (smh)
  • add ranged requests to non view-routes (i'm sorry 😭 i forgot)
  • add anonymous folder uploads: send a link to your friends to which they can upload files to without having an account!

Pulls Merged

  • feat: add github issue template by @TacticalTechJay in #696
  • Randomized Domain Selection support for Files and URL Shortener by @nobodys-tools in #713
  • Updated package.json, pnpm-lock.yaml and register.tsx by @loefey in #727
  • Update ExternalAuthButton.tsx by @Madelyyn in #737

New Contributors

Full Changelog: v4.0.0...v4.0.1