Changelog
- Added a CLI tool that supports e2e encrypted uploads and folder uploads, see documentation for installation and usage #280
- Upgraded to Go 1.25 which might result in better performance on some systems
- Added docker-compose file
- Fixed crash after uploading an e2e encrypted file, forcing the user to refresh the webpage before uploading a new file #283
- Fixed a bug where files with non-latin characters were not downloadable from AWS #302
- Fixed a bug where e2e encrypted files with non-latin characters had a corrupted filename after downloading #300
- Fixed bug where file was deleted after uploading through API if not supplying
allowedDownloads
orexpiryDays
inChunkComplete
#282 - Fixed error message when username was less than 4 characters long #268
- Fixed incorrect mouse pointer on share menu #275
- Parallel uploads are now disabled, due to browser limit of 6 connections with HTTP1.1
Full Changelog: v2.0.1...v2.1.0