v3.1.0-rc2
Pre-releaseDownloads
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-3.1.0-rc2.9818.tar.xz (GPG Signature)
Changelog for ownCloud Desktop Client [v3.1.0-rc2] (2023-01-20)
The following sections list the changes in ownCloud Desktop Client unreleased relevant to
ownCloud admins and users.
Summary
- Bugfix - Fix the display of the version string for released builds: #10329
- Bugfix - Only clear cookies if enabled in theme, clear cookies before OAuth2: #10338
- Bugfix - Display
Add a Space
instead ofAdd Folder Sync Connection
with oCIS: #10340 - Bugfix - Mac: Don't inherit the environment of the installer after an update: #10346
- Bugfix - Correctly detect timeouts during token refrshs: #10373
- Bugfix - Open in web if debug logs are turned off: #10387
- Bugfix - We fixed building the client on non linux unix systems: #10398
- Enhancement - Add a
Reconnect
option to the account menu, when dissconnected: #10294 - Enhancement - (Re)introduce "sync hidden files" parameter in owncloudcmd: #10390
Details
-
Bugfix - Fix the display of the version string for released builds: #10329
We removed a trailing
-
in the version string of released clients. -
Bugfix - Only clear cookies if enabled in theme, clear cookies before OAuth2: #10338
We fixed a bug that enabled the explicit cookie clearing required for F5 BIG-IP setups
unconditionally. We fixed a bug where the cookie clearing was not performed during OAuth2. -
Bugfix - Display
Add a Space
instead ofAdd Folder Sync Connection
with oCIS: #10340We fixed a bug where the wrong text was displayed on the "add" button.
-
Bugfix - Mac: Don't inherit the environment of the installer after an update: #10346
-
Bugfix - Correctly detect timeouts during token refrshs: #10373
-
Bugfix - Open in web if debug logs are turned off: #10387
Due to a bug opening the browser only worked if logging was enabled.
-
Bugfix - We fixed building the client on non linux unix systems: #10398
-
Enhancement - Add a
Reconnect
option to the account menu, when dissconnected: #10294We added a
Reconnect
button to the account menu, this allows to trigger a manual reconnect
try. Note: The client would try to reconnect by itself at some point. -
Enhancement - (Re)introduce "sync hidden files" parameter in owncloudcmd: #10390
There used to be an option to enable the synchronization of hidden files using the -h parameter
which collided with the --help option and subsequently was removed. A new
--sync-hidden-files parameter was introduced to fill in the missing feature.