| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-10-10 | 2.6 kB | |
| v6.0.1 source code.tar.gz | 2025-10-10 | 3.1 MB | |
| v6.0.1 source code.zip | 2025-10-10 | 3.8 MB | |
| Totals: 3 Items | 6.9 MB | 1 | |
Downloads
ownCloud client
Windows:
| 64 bit | Windows MSI for Group Policy |
|---|---|
macOS
| Intel | Silicon |
|---|---|
Linux
AppImage | Package repository | - | - | Sources: ownCloud-6.0.1.17343.tar.xz (GPG Signature)
Changelog for ownCloud Desktop Client [v6.0.1] (2025-10-10) The following sections list the changes in ownCloud Desktop Client 6.0.1 relevant to ownCloud admins and users.
Summary
- Bugfix - Fix VFS checkbox in folder wizard: #12305
- Bugfix - Reverting UTF-8 normalisation change: #12334
- Change - Move to trash-bin is enabled now by default: #12338
Details
- Bugfix - Fix VFS checkbox in folder wizard: #12305
On the last page of the folder wizard, there is a checkbox to select/deselect VFS. By default this is checked. The bug was that after unchecking this checkbox, it could not be checked again. This has now been fixed.
https://github.com/owncloud/client/pull/12305
- Bugfix - Reverting UTF-8 normalisation change: #12334
The UTF-8 normalization change as per [#12039] has been reverted.
https://github.com/owncloud/client/pull/12334 https://github.com/owncloud/client/pull/12039
- Change - Move to trash-bin is enabled now by default: #12338
To protect users from data loss the "move to trash" option is now enabled by default.