What's Changed
- Add Openstack Swift support by @cestef in #154
- add link to xsel by @advilm in #157
- Multiple files had some refactoring done
- Previewing files on the upload page works with audio and video
- Exports on the manage page show their size
- Password fields now use Mantine's PasswordInput which allows you to click an eye to show your input
- Use of
crypto.randomUUID
instead of the npm packageuuid
- Switch from
aws-sdk
tominio
for s3 support, endpoint for s3 is required now - You can set the region of s3 now
DATASOURCE_S3_REGION
ordatasource.s3.region
they default to us-east-1 - Removal of scripts folder, no need for it anymore
- Revamp error pages (404, 500, etc)
- When logging in instead of showing notifications the fields will show an error
- Fixed bug where when logging out the state does not reset (noticeable when logging out then logging into a different account where it would show the old user without doing a full refresh of the page)
- Theres a loading overlay shown on all pages now
- Probably a bunch of other stuff I forgot to include while reading the diffs
New Contributors
Full Changelog: v3.4.6...v3.4.7