From 522c4b817ad99465ea3b680c276e1c1d3c6f8b02 Mon Sep 17 00:00:00 2001 From: Marc Ole Bulling Date: Wed, 17 Aug 2022 22:53:24 +0200 Subject: [PATCH] Added changelog --- docs/changelog.rst | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 08479a1..eac18f8 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -7,6 +7,40 @@ Changelog Overview of all Changes ----------------------- +v1.6.1: 17 Aug 2022 +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +* Fixed setup throwing error 500 on docker installation + + +v1.6.0: 17 Aug 2022 +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +* Use chunked uploads instead of single upload #68 +* Add end-to-end encryption #71 +* Fixed hotlink not being generated for uploads through API with unlimited storage time +* Added arm64 to Docker latest image +* Added API call to duplicate existing files +* Fixed bug where encrypted files could not be downloaded after rerunning setup +* Port selection is now disabled when running setup with docker +* Added timeout for AWS if endpoint is invalid +* Added flag to disable CORS check on startup +* Service worker for insecure connections is now hosted on Github +* "Noaws" version is not included as binary build anymore, but can be generated manually + + +v1.5.2: 08 Jun 2022 +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +* Added ARMv8 (ARM64) to Docker image +* Added option to always store images locally in order to support hotlink for encrypted files +* Fixed crash when remote files exist but system was changed to local files after running --reconfigure +* Added warning if incorrect CORS setting are set for AWS bucket +* Added button in setup to test AWS credentials +* Added more build infos to --version output +* Added download counter +* Added flags for port, config and data location, better flag usage overview +* Fixed that a file was reuploaded to AWS, even if it already existed +* Fixed error image for hotlinks not displaying if nosniff is enforced +* Fixed that two text files were created when pasting text +* Fixed docker image in documentation @emanuelduss v1.5.1: 10 Mar 2022 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^