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-06-30 15:10:44 +0300
committerHannah von Reth <hannah.vonreth@owncloud.com>2022-06-30 15:10:44 +0300
commit8472fd0e44fab168d5992e2c3d70ac90b6520809 (patch)
tree9e2188e8b7b5e65f6740176b7e7f7b044a1d3bd1 /CHANGELOG.md
parent9d3518b84f6d24dc03934c8df35ed42dc3d97101 (diff)
Automated changelog update [skip ci]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2dee7585b..7e45eaa4a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,6 +16,7 @@ Summary
* Bugfix - Crash when interacting with a folder in an error state: [#9600](https://github.com/owncloud/client/issues/9600)
* Bugfix - Deadlock in folder context menu in a folder selection dialog: [#9681](https://github.com/owncloud/client/issues/9681)
* Bugfix - Fix adding bookmarks on Gtk+ 3 based desktops: [#9752](https://github.com/owncloud/client/pull/9752)
+* Bugfix - Database was recreated after its removal: [#9791](https://github.com/owncloud/client/issues/9791)
* Change - Make sharedialog preview be more resilient: [#8938](https://github.com/owncloud/client/issues/8938)
* Change - We no longer persist cookies: [#9495](https://github.com/owncloud/client/issues/9495)
* Change - We removed support for ownCloud servers < 10.0: [#9578](https://github.com/owncloud/client/issues/9578)
@@ -30,6 +31,7 @@ Summary
* Enhancement - Set Windows VFS placeholders readonly if needed: [#9598](https://github.com/owncloud/client/issues/9598)
* Enhancement - Create continuous log files: [#9731](https://github.com/owncloud/client/issues/9731)
* Enhancement - Display a correct error when the wrong user was authenticated: [#9772](https://github.com/owncloud/client/issues/9772)
+* Enhancement - Run vfs downloads with a high priority: [#9832](https://github.com/owncloud/client/issues/9832)
Details
-------
@@ -87,6 +89,12 @@ Details
https://github.com/owncloud/client/pull/9752
+* Bugfix - Database was recreated after its removal: [#9791](https://github.com/owncloud/client/issues/9791)
+
+ We fixed a bug whre the database was recreated during the removal of a sync folder connection.
+
+ https://github.com/owncloud/client/issues/9791
+
* Change - Make sharedialog preview be more resilient: [#8938](https://github.com/owncloud/client/issues/8938)
We no longer enforce png thumbnails. We no longer replace the file icon if the thumbnail is
@@ -201,6 +209,13 @@ Details
https://github.com/owncloud/client/issues/9772
https://github.com/owncloud/client/pull/9813
+* Enhancement - Run vfs downloads with a high priority: [#9832](https://github.com/owncloud/client/issues/9832)
+
+ This should reduce the occurance of timeouts when downloading vfs files in the Windows
+ explorer.
+
+ https://github.com/owncloud/client/issues/9832
+
Changelog for ownCloud Desktop Client [2.10.1] (2022-04-05)
=======================================
The following sections list the changes in ownCloud Desktop Client 2.10.1 relevant to