Releases: Crypter-File-Transfer/Crypter
Releases · Crypter-File-Transfer/Crypter
v1.21.0
What's Changed
- Improve the multipart upload algorithm by @Jack-Edwards in #744
- Switch 'dev' to 'stage' by @Jack-Edwards in #745
Full Changelog: v1.20.0...v1.21.0
v1.20.0
What's Changed
- Update every dependency to latest stable by @Jack-Edwards in #736
Full Changelog: v1.19.0...v1.20.0
v1.19.0
What's Changed
- Update NuGet packages by @Jack-Edwards in #731
- Implement user password change by @Jack-Edwards in #730
Full Changelog: v1.18.0...v1.19.0
v1.18.0
Summary
This release adds support for streamed uploads (pending browser support), multipart uploads (for authenticated users), and streamed downloads via service worker.
What's Changed
- Implemented streamed uploads and downloads with ArrayBuffer fallback by @Jack-Edwards in #715
- Increase the request timeout on file transfer endpoints to 5 minutes by @Jack-Edwards in #716
- Update NuGet packages by @Jack-Edwards in #722
- Stop deleting transfers with recipients immediately upon download by @Jack-Edwards in #724
- Multipart file transfers by @Jack-Edwards in #720
Full Changelog: v1.17.0...v1.18.0
v1.18.0-Prelease-2
What's Changed
- Increase the request timeout on file transfer endpoints to 5 minutes by @Jack-Edwards in #716
- Use 'const' for hard-coded URL paths by @Jack-Edwards in #718
- Only register the service worker when downloading a file by @Jack-Edwards in #719
- Update NuGet packages by @Jack-Edwards in #722
- Stop deactivating the service worker by @Jack-Edwards in #721
- Stop deleting transfers with recipients immediately upon download by @Jack-Edwards in #724
- Multipart file transfers by @Jack-Edwards in #720
Full Changelog: v1.18.0-Prelease...v1.18.0-Prelease-2
v1.18.0-Prelease
Important Notes
- This is a prerelease. I am waiting for adequate testing and feedback from the community (my mom and this one guy on Discord) before committing to these changes. I am also waiting for the .NET 9.0 general release.
- Changes were made to various configuration files, including the
.env
file and at least oneappsettings.json
file. Look at #715 for more details.
If you would like to try these changes out, head on over to my dev site at https://dev.crypter.dev.
What's Changed
- Remove Console.WriteLine from ApplicationAnalyticsReportQuery by @Jack-Edwards in #713
- Implemented streamed uploads and downloads with ArrayBuffer fallback by @Jack-Edwards in #715
Full Changelog: v1.17.0...v1.18.0-Prelease
v1.17.0
Important Note
This release contains an update to the Crypter.API's appsettings.json
file. Check #710 for details.
What's Changed
- Update all NuGet packages by @Jack-Edwards in #707
- Fix and refactor the analytics report by @Jack-Edwards in #710
- Resolve unhandled exception when an invalid hashId is provided by @Jack-Edwards in #711
Full Changelog: v1.16.0...v1.17.0
v1.16.0
What's Changed
- Log failed transfer preview requests to the EventLog table by @Jack-Edwards in #702
- Log an event to the EventLog table when a transfer is downloaded by @Jack-Edwards in #703
- Log to EventLog table when a transfer download fails by @Jack-Edwards in #704
- Implement emailed usage report by @Jack-Edwards in #706
Full Changelog: v1.15.0...v1.16.0
v1.15.0
What's Changed
- Log when a transfer is successfully previewed by @Jack-Edwards in #700
Full Changelog: v1.14.0...v1.15.0
v1.14.0
What's Changed
- Observe user privacy settings when validating transfer uploads by @Jack-Edwards in #698
Full Changelog: v1.13.0...v1.14.0