github owncloud/client v2.9.1

latest releases: v5.2.1, v6.0.0-alpha.1, v5.2.0...
2 years 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.9.1.5500.tar.xz (GPG Signature)

Changelog for ownCloud Desktop Client 2.9.1 (2021-10-13)

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
  • Bugfix - Downgrades could trigger deletion of virtual files: #9114
  • Enhancement - Display the error type in the issue protocol to allow sorting: #9010

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.

    #8806
    #8981

  • Bugfix - Broken url in branded builds: #8920

    We fixed a string issue with branded builds resulting in invalid urls.

    #8920

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

    #8994

  • Bugfix - Building libcloudprovider support fails: #8996

    We fixed the libcloudprovider integration.

    #8996

  • Bugfix - Tables now display local time: #9006

    We fixed a bug where the sync tables where displaying utc time for some items.

    #9006

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

    #9013
    #9012

  • Bugfix - Fix crash when closing the client: #9014

    We fixed a crash where we crash when we closed the client during a sync.

    #9014

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

    #9016
    #9017
    #9065

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

    #9026

  • 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 of sync_journal.db to determine whether the folder
    is used by a sync client this prevented using an old folder in a new setup.

    #9057

  • 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

  • Bugfix - Downgrades could trigger deletion of virtual files: #9114

    We now prevent the downgrade of Windows VFS folders.

    #9114

  • Enhancement - Display the error type in the issue protocol to allow sorting: #9010

    We now display the error type in the not synced protocol and allow to sort by the error type.

    #9000
    #9010

Don't miss a new client release

NewReleases is sending notifications on new releases.