Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2021-07-06 13:01:49 +0300
committerHannah von Reth <hannah.vonreth@owncloud.com>2021-07-06 13:01:49 +0300
commit6dfd39b4e6468cb59cb27c3e90439d836e07c201 (patch)
tree5ca5e96f7105329e1ca8273d934e433c86481045 /CHANGELOG.md
parente79411a7567ad1e6a4eca41adf1d78b7c4c31ec4 (diff)
Automated changelog update [skip ci]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 88dbee79b..98dc86fe6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,6 +18,7 @@ Summary
* Bugfix - Properly print the sync events in .owncloudsync.log: [#8729](https://github.com/owncloud/client/issues/8729)
* Bugfix - Correctly handle file path comparison on Windows: [#8732](https://github.com/owncloud/client/issues/8732)
* Bugfix - Locked files are not correctly synced: [#8761](https://github.com/owncloud/client/issues/8761)
+* Bugfix - Prompt the user of the cmd client what to do if all files where removed: [#8804](https://github.com/owncloud/client/issues/8804)
* Change - Don't ask the user to switch to http: [#8231](https://github.com/owncloud/client/issues/8231)
* Change - Remove support for http redirects: [#8293](https://github.com/owncloud/client/pull/8293)
* Change - We no longer try to locate an ownCloud install at /owncloud: [#8273](https://github.com/owncloud/client/issues/8273)
@@ -111,6 +112,12 @@ Details
https://github.com/owncloud/client/pull/8763
https://github.com/owncloud/client/pull/8768
+* Bugfix - Prompt the user of the cmd client what to do if all files where removed: [#8804](https://github.com/owncloud/client/issues/8804)
+
+ We now prompt the user, previously the cmd client got stuck.
+
+ https://github.com/owncloud/client/issues/8804
+
* Change - Don't ask the user to switch to http: [#8231](https://github.com/owncloud/client/issues/8231)
We no longer recommend to use a http connection if a https url was not found.