Skip to content

v5.1.0-rc.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@fmoc fmoc released this 31 Oct 19:49
· 433 commits to master since this release

Notable improvements over v5.0.0

We provide Linux packages again which are now based on a new and future-proof setup.

Downloads

ownCloud client

Windows:

64 bit 32 bit Windows MSI for Group Policy 32 bit GPO

macOS

Intel M1

Linux

AppImage Package repository

Testpilotcloud branded client

Windows

Windows 32 bit Windows for Group Policy 32 bit GPO

macOS

Intel M1

Linux

AppImage Package repository

Sources: ownCloud-5.1.0.12528-rc.2.tar.xz (GPG Signature)

Changelog for ownCloud Desktop Client [v5.1.0-rc.2] (2023-10-31)

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

Summary

  • Bugfix - Crash when accepting a notification: #11226
  • Bugfix - Fix crash on start-up when starting shell integration: #11280
  • Bugfix - Properly schedule the sync after an account was added: #11308
  • Bugfix - Don't start credentials save jobs during shutdown: #11313

Details

  • Bugfix - Crash when accepting a notification: #11226

    We fixed a potential crash when clicking on a notification.

    #11226

  • Bugfix - Fix crash on start-up when starting shell integration: #11280

    A possible crash has been fixed that could occur during start-up, when the shell integration
    started doing requests before the client itself completed starting up.

    #11280
    #11288

  • Bugfix - Properly schedule the sync after an account was added: #11308

    We fixed a bug where a folder was scheduled to be synced before the account reported it was ready.
    This resulted in the sync having no effect and the folder was then only synced once we polled the
    etag.

    #11308

  • Bugfix - Don't start credentials save jobs during shutdown: #11313

    Due to a bug we "re saved" the credentials during application shutdown. As the application was
    quitting while the jobs where running we might have encountered corruped credentials or
    crashes.

    #11313