diff --git a/CHANGELOG.md b/CHANGELOG.md index d8c6e471c..ce5cae6b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,47 @@ # Cozy Drive for Desktop: Changelog +## 3.28.0-beta.1 - 2021-05-06 + +Improvements for all users: + +- The client will only trigger one synchronization retry loop when encountering + an unreachable Cozy error in both the synchronization process and the remote + watcher very closely. +- New remote documents whose path would be incompatible with the local + filesystem will not be ignored anymore. +- Local documents who've been moved or renamed remotely to a path that would be + incompatible with the local filesystem won't be trashed anymore. +- Changes that can't be synchronized because the document has an incompatible + name or path with the local filesystem will now suspend the synchronization + and an error message will be displayed so you can take action. +- Moves for which the destination path is exactly the same as the source path + will now be treated as modifications rather than triggering errors. + +Improvements for Windows users: + +- The client should not create conflicts anymore when propagating on Windows the + combination of the move/renaming and the modification of a Cozy Note (via the + Notes web application). +- It seems that paths on Windows created by the Desktop client can actually + exceed the 259 characters limit. Therefore we've increased the limit defined + in the client itself to 32766 characters. + +Improvements for macOS users: + +- Custom folder icons will now be ignored to avoid blocking the synchronization + as their name contains a character forbidden on remote Cozies. +- The app dock icon should now only be visible when an app window other than the + main window is open. This should also prevent blocking the computer shutdown. + +Improvements for Linux users: + +- The client won't show a popup error message anymore when automatically + starting with the computer. + +See also [known issues](https://github.com/cozy-labs/cozy-desktop/blob/master/KNOWN_ISSUES.md). + +Happy syncing! + ## 3.27.0 - 2021-04-13 Improvements for all users: diff --git a/package.json b/package.json index 1473675cd..390f9f640 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "CozyDrive", "productName": "Cozy Drive", "private": true, - "version": "3.27.0", + "version": "3.28.0-beta.1", "description": "Cozy Drive is a synchronization tool for your files and folders with Cozy Cloud.", "homepage": "https://github.com/cozy-labs/cozy-desktop", "author": "Cozy Cloud (https://cozycloud.cc/)",