github owncloud/client v2.11.0

latest releases: v5.2.1, v6.0.0-alpha.1, v5.2.0...
21 months ago

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

Changelog for ownCloud Desktop Client [v2.11.0] (2022-08-18)

The following sections list the changes in ownCloud Desktop Client 2.11.0 relevant to
ownCloud admins and users.

Summary

  • Bugfix - Compare usernames case insensitive: #5174
  • Bugfix - Use UTF-8 for .owncloudsync.log: #9571
  • Bugfix - Crash when interacting with a folder in an error state: #9600
  • Bugfix - Database was recreated after its removal: #9791
  • Bugfix - We fixed a potential crash: #9864
  • Bugfix - Windows VFS: Files in an existing folder are dehydrated: #9966
  • Bugfix - Run next scheduled sync after a folder was removed: #9969
  • Bugfix - Windows VFS: Keep file attributes and pin state: #34
  • Enhancement - Throttle the UI updates during sync: #9832
  • Enhancement - Run vfs downloads with a high priority: #9836
  • Enhancement - Don't abort sync if a user requests a file: #9956

Details

  • Bugfix - Compare usernames case insensitive: #5174

    We fixed a bug where the user name was compared with the name provided by the server in a case
    sensitive way.

    https://github.com/owncloud/enterprise/issues/5174

  • Bugfix - Use UTF-8 for .owncloudsync.log: #9571

    We fixed a bug where unicode file names were not correctly displayed in .owncloudsync.log.

    #9571

  • Bugfix - Crash when interacting with a folder in an error state: #9600

    We fixed a crash wher using the context menu on a folder that encountered an error and was not
    using virutal files.

    #9600

  • Bugfix - Database was recreated after its removal: #9791

    We fixed a bug whre the database was recreated during the removal of a sync folder connection.

    #9791

  • Bugfix - We fixed a potential crash: #9864

    #9864

  • Bugfix - Windows VFS: Files in an existing folder are dehydrated: #9966

    We fixed a bug, when a user selects an existing folder as sync root we previously dehydrated all
    existing files.

    #9966

  • Bugfix - Run next scheduled sync after a folder was removed: #9969

    We fixed a bug where we did not start another sync when a folder that was currently syncing was
    removed.

    #9969

  • Bugfix - Windows VFS: Keep file attributes and pin state: #34

    When a user selected "Always keep on this device" on a cloud only file, we lost that information.
    "Always keep on this device" only worked on already present files.

    https://github.com/owncloud/client-desktop-vfs-win/pull/34

  • Enhancement - Throttle the UI updates during sync: #9832

    We reduced the number of UI updates during the sync, especially with Windows vfs files this
    should improve the performance by a lot.

    #9832
    #9863

  • Enhancement - Run vfs downloads with a high priority: #9836

    This should reduce the probability for timeouts when downloading vfs files in the Windows
    explorer.

    #9832
    #9836

  • Enhancement - Don't abort sync if a user requests a file: #9956

    Previously we aborted any running sync if a user requested a file that was not yet available
    locally. This was done to ensure the user does not need to wait for the current sync to finish.
    However in todays code both actions the download and the sync can run in parallel.

    #9832
    #9956

Don't miss a new client release

NewReleases is sending notifications on new releases.