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-09-14 17:49:45 +0300
committerHannah von Reth <hannah.vonreth@owncloud.com>2021-09-14 17:49:45 +0300
commitf418d39aa8e6e89f053e92eab1edb7ccc86bb98c (patch)
treeb9157ac7db5c9cefa7cabf9a2367b2382b0386c4 /CHANGELOG.md
parent79d86dc7056fd9cea016ababcb6876ae3361753c (diff)
Automated changelog update [skip ci]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md40
1 files changed, 40 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index df0108625..36d46f73c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,11 +8,37 @@ ownCloud admins and users.
Summary
-------
+* Bugfix - Mac multiple dialogs block all input: [#8421](https://github.com/owncloud/client/issues/8421)
+* Bugfix - Enforce rtl layout with rtl languages: [#8806](https://github.com/owncloud/client/issues/8806)
+* Bugfix - Tables now display local time: [#9006](https://github.com/owncloud/client/issues/9006)
* Change - Make sharedialog preview be more resilient: [#8938](https://github.com/owncloud/client/issues/8938)
+* Enhancement - Display the error type in the issue protocol and allow filtering: [#9000](https://github.com/owncloud/client/issues/9000)
Details
-------
+* Bugfix - Mac multiple dialogs block all input: [#8421](https://github.com/owncloud/client/issues/8421)
+
+ We back ported a fix to a Qt bug which causes multiple dialogs on Mac to block all input.
+
+ https://github.com/owncloud/client/issues/8421
+ https://bugreports.qt.io/browse/QTBUG-91059
+ https://invent.kde.org/packaging/craft-blueprints-kde/-/commit/feca22a30f8d3a2122fd9b2097351fcb2da28543
+
+* Bugfix - Enforce rtl layout with rtl languages: [#8806](https://github.com/owncloud/client/issues/8806)
+
+ We fixed a bug where setting the language to a right to left language on mac did not change the
+ layout of the application.
+
+ https://github.com/owncloud/client/issues/8806
+ https://github.com/owncloud/client/pull/8981
+
+* Bugfix - Tables now display local time: [#9006](https://github.com/owncloud/client/issues/9006)
+
+ We fixed a bug where the sync tables where displaying utc time for some items.
+
+ https://github.com/owncloud/client/issues/9006
+
* 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
@@ -21,6 +47,12 @@ Details
https://github.com/owncloud/client/issues/8938
https://github.com/owncloud/client/pull/8939
+* Enhancement - Display the error type in the issue protocol and allow filtering: [#9000](https://github.com/owncloud/client/issues/9000)
+
+ We now display the error type in the not synced protocol and allow to filter by the error type.
+
+ https://github.com/owncloud/client/issues/9000
+
Changelog for ownCloud Desktop Client [2.9.0] (2021-09-08)
=======================================
The following sections list the changes in ownCloud Desktop Client 2.9.0 relevant to
@@ -39,6 +71,7 @@ Summary
* Bugfix - Don't recommend non default sync option: [#8317](https://github.com/owncloud/client/issues/8317)
* Bugfix - Limit min window size to 2/3 available: [#8366](https://github.com/owncloud/client/issues/8366)
* Bugfix - Set up default locale correctly: [#8367](https://github.com/owncloud/client/issues/8367)
+* Bugfix - Only show the settings if they are explicitly requested on start: [#8590](https://github.com/owncloud/client/issues/8590)
* Bugfix - Ignore consecutive errors for a pereiode of time: [#8672](https://github.com/owncloud/client/issues/8672)
* 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)
@@ -133,6 +166,13 @@ Details
https://github.com/owncloud/client/pull/8541
https://github.com/owncloud/client/pull/8617
+* Bugfix - Only show the settings if they are explicitly requested on start: [#8590](https://github.com/owncloud/client/issues/8590)
+
+ We now only display the settings when the user requested it on start and not every time the
+ application is started a second time.
+
+ https://github.com/owncloud/client/issues/8590
+
* Bugfix - Ignore consecutive errors for a pereiode of time: [#8672](https://github.com/owncloud/client/issues/8672)
We fixed a bug where certain errors caused a sync run every 30 seconds