From 372f6a48e9bb8e076c3b3239a263eecd562e70f9 Mon Sep 17 00:00:00 2001 From: Erwan Guyader Date: Fri, 11 Oct 2024 14:38:10 +0200 Subject: [PATCH] Release v3.40.0-beta.2 Improvements for all users: - Desktop will now track local deletions in a way that permits cancelling the deletion if the document is brought back before the deletion could be applied on the remote Cozy. - We've activated the realtime retrieval of changes from your Cozy that was hidden behind a flag. You should now see great improvements in the synchronization of remote changes, especially small ones. Improvements for macOS users: - Some close movements of the same document could be interpreted as a deletion. This is now fixed and Desktop will synchronize a movement from the source path of the first movement to the destination path of the last one. --- CHANGELOG.md | 22 ++++++++++++++++++++++ package.json | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ec911624..c4b82c4fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Cozy Drive for Desktop: Changelog +## 3.40.0-beta.2 - 2024-10-11 + +Improvements for all users: + +- Desktop will now track local deletions in a way that permits cancelling the + deletion if the document is brought back before the deletion could be applied + on the remote Cozy. +- We've activated the realtime retrieval of changes from your Cozy that was + hidden behind a flag. + You should now see great improvements in the synchronization of remote + changes, especially small ones. + +Improvements for macOS users: + +- Some close movements of the same document could be interpreted as a deletion. + This is now fixed and Desktop will synchronize a movement from the source + path of the first movement to the destination path of the last one. + +See also [known issues](https://github.com/cozy-labs/cozy-desktop/blob/master/KNOWN_ISSUES.md). + +Happy syncing! + ## 3.40.0-beta.1 - 2023-10-26 Improvements for all users: diff --git a/package.json b/package.json index 5eeac0422..d3348bcdb 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "CozyDrive", "productName": "Cozy Drive", "private": true, - "version": "3.40.0-beta.1", + "version": "3.40.0-beta.2", "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/)",