Downloads
ownCloud client: Windows | 32 bit | Windows MSI for Group Policy | 32 bit GPO | macOS | Linux AppImage | Linux
Testpilotcloud branded client: Windows | 32 bit | Windows for Group Policy | 32 bit GPO | macOS | Linux AppImage | Linux
Sources: ownCloud-2.9.1-rc1.5270.tar.xz (GPG Signature)
Changelog for ownCloud Desktop Client [2.9.1-rc1] (2021-09-29)
The following sections list the changes in ownCloud Desktop Client 2.9.1 relevant to
ownCloud admins and users.
Summary
- Bugfix - Mac multiple dialogs block all input: #8421
- Bugfix - Enforce rtl layout with rtl languages: #8806
- Bugfix - Broken url in branded builds: #8920
- Bugfix - Handle use of directory of another Windows VFS sync client: #8994
- Bugfix - Building libcloudprovider support fails: #8996
- Bugfix - Tables now display local time: #9006
- Bugfix - We fixed a crash when using the retry action on an issue: #9013
- Bugfix - Fix crash when closing the client: #9014
- Bugfix - Crash on missing or unreadable sync root: #9016
- Bugfix - A upgrade to 2.9 causes the usage of a new journal file: #9019
- Bugfix - Properly deployment of Qt translations Mac and Window: #9022
- Bugfix - The file status of suffix placeholders was displayed incorrectly: #9026
- Bugfix - When a folder is removed we leave a database behind: #9057
- Bugfix - Dehydrating placeholders failed if the file is read only: #9093
- Enhancement - Display the error type in the issue protocol and allow filtering: #9000
Details
-
Bugfix - Mac multiple dialogs block all input: #8421
We back ported a fix to a Qt bug which causes multiple dialogs on Mac to block all input.
#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
We fixed a bug where setting the language to a right to left language on mac did not change the
layout of the application. -
Bugfix - Broken url in branded builds: #8920
We fixed a string issue with branded builds resulting in invalid urls.
-
Bugfix - Handle use of directory of another Windows VFS sync client: #8994
We now better handle setup issues during the initialisation of virtual files support.
Especially the case that a user tries to use a directory managed by a competitor which until now
caused a crash. -
Bugfix - Building libcloudprovider support fails: #8996
We fixed the libcloudprovider integration.
-
Bugfix - Tables now display local time: #9006
We fixed a bug where the sync tables where displaying utc time for some items.
-
Bugfix - We fixed a crash when using the retry action on an issue: #9013
Using the context menu action on a sync issue could cause a crash.
-
Bugfix - Fix crash when closing the client: #9014
We fixed a crash where we crash when we closed the client during a sync.
-
Bugfix - Crash on missing or unreadable sync root: #9016
We fixed an issue where the client crashed after a user deleted the sync root or lost access to the
directory. -
Bugfix - A upgrade to 2.9 causes the usage of a new journal file: #9019
We fixed a bug where the name of the sync journal was not properly saved to the settings. This
caused a bug when migration to 2.9, so a new a new sync journal was created.This not only caused the loss of some selective sync settings, but also caused the display of the
following warning message:and is no longer supported. Please consider removing this folder from the account and adding it again. ``` We also removed the account info infix from the sync db used with the cmd client. https://github.com/owncloud/client/issues/9019 https://github.com/owncloud/client/pull/9028 https://github.com/owncloud/client/pull/9046 https://github.com/owncloud/client/pull/9054
-
Bugfix - Properly deployment of Qt translations Mac and Window: #9022
We fixed a deployment bug which prevented the translation of some components to be loaded.
#9022
https://invent.kde.org/packaging/craft/-/commit/77c114917826480f294d0432f147c9e9f7d19e21 -
Bugfix - The file status of suffix placeholders was displayed incorrectly: #9026
We incorrectly reported that suffix files where ignored.
-
Bugfix - When a folder is removed we leave a database behind: #9057
We fixed a bug where we left an empty
sync_journal.db
behind, when we removed a
folder/account. As we use the presence ofsync_journal.db
to determine whether the folder
is used by a sync client this prevented using an old folder in a new setup. -
Bugfix - Dehydrating placeholders failed if the file is read only: #9093
We fixed a bug where dehydrating a read only file failed without any apparent reason.
#9093
https://gitea.owncloud.services/client/client-plugin-vfs-win/pulls/33 -
Enhancement - Display the error type in the issue protocol and allow filtering: #9000
We now display the error type in the not synced protocol and allow to filter by the error type.