Skip to content

v3.1.0

Compare
Choose a tag to compare
@TheOneRing TheOneRing released this 25 Jan 17:50
· 1355 commits to master since this release

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-3.1.0.9872.tar.xz (GPG Signature)

Changelog for ownCloud Desktop Client [v3.1.0] (2023-01-25)

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 of Add 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.

    #10329

  • 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.

    #10338

  • Bugfix - Display Add a Space instead of Add Folder Sync Connection with oCIS: #10340

    We fixed a bug where the wrong text was displayed on the "add" button.

    #10340

  • Bugfix - Mac: Don't inherit the environment of the installer after an update: #10346

    #10346

  • Bugfix - Correctly detect timeouts during token refrshs: #10373

    #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.

    #10387

  • Bugfix - We fixed building the client on non linux unix systems: #10398

    #10398

  • Enhancement - Add a Reconnect option to the account menu, when dissconnected: #10294

    We 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.

    #10294

  • 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.

    #10390