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>2022-09-13 11:03:59 +0300
committerHannah von Reth <hannah.vonreth@owncloud.com>2022-09-13 11:03:59 +0300
commit6f9d3751938e83105030b2f1a6c82695534b3cdf (patch)
tree760939a2f0157a386cf1bcdbde5ad1aebd82cf09 /CHANGELOG.md
parentcb842b89f31c0b9e09e1d0e284c38495cb08593c (diff)
Automated changelog update [skip ci]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md34
1 files changed, 24 insertions, 10 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0cb3a34ec..b82b44f0c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,14 +3,13 @@ Changelog for ownCloud Desktop Client [unreleased] (UNRELEASED)
The following sections list the changes in ownCloud Desktop Client unreleased relevant to
ownCloud admins and users.
-[unreleased]: https://github.com/owncloud/client/compare/v2.11.0...master
+[unreleased]: https://github.com/owncloud/client/compare/v2.11.1...master
Summary
-------
* Bugfix - Don't unset implicit log flush: [#9515](https://github.com/owncloud/client/pull/9515)
* Bugfix - We fixed a crash: [#10017](https://github.com/owncloud/client/pull/10017)
-* Bugfix - Fix configuration of selective sync from account settings: [#10058](https://github.com/owncloud/client/pull/10058)
* Bugfix - Add request time and other missing data to .owncloudsync.log: [#7348](https://github.com/owncloud/client/issues/7348)
* Bugfix - Don't display a conext menu on the root folder: [#8595](https://github.com/owncloud/client/issues/8595)
* Bugfix - Fix copy url location for private links: [#9048](https://github.com/owncloud/client/issues/9048)
@@ -63,14 +62,6 @@ Details
https://github.com/owncloud/client/pull/10017
-* Bugfix - Fix configuration of selective sync from account settings: [#10058](https://github.com/owncloud/client/pull/10058)
-
- We fixed a bug that prevented the directory tree in the account settings window from being
- expanded beyond the root directory level. The problem was introduced in 8d0dd36d2.
-
- https://github.com/owncloud/client/pull/10058
- https://github.com/owncloud/client/pull/10065
-
* Bugfix - Add request time and other missing data to .owncloudsync.log: [#7348](https://github.com/owncloud/client/issues/7348)
Some parameters were missing for some operations. This fix makes the log more complete and more
@@ -314,6 +305,29 @@ Details
https://github.com/owncloud/client/issues/9995
+Changelog for ownCloud Desktop Client [2.11.1] (2022-08-31)
+=======================================
+The following sections list the changes in ownCloud Desktop Client 2.11.1 relevant to
+ownCloud admins and users.
+
+[2.11.1]: https://github.com/owncloud/client/compare/v2.11.0...v2.11.1
+
+Summary
+-------
+
+* Bugfix - Fix configuration of selective sync from account settings: [#10058](https://github.com/owncloud/client/pull/10058)
+
+Details
+-------
+
+* Bugfix - Fix configuration of selective sync from account settings: [#10058](https://github.com/owncloud/client/pull/10058)
+
+ We fixed a bug that prevented the directory tree in the account settings window from being
+ expanded beyond the root directory level. The problem was introduced in 8d0dd36d2.
+
+ https://github.com/owncloud/client/pull/10058
+ https://github.com/owncloud/client/pull/10065
+
Changelog for ownCloud Desktop Client [2.11.0] (2022-08-18)
=======================================
The following sections list the changes in ownCloud Desktop Client 2.11.0 relevant to