From d8ad701231514f29a85628a9598a618f0a415611 Mon Sep 17 00:00:00 2001 From: Erwan Guyader Date: Wed, 28 Jul 2021 10:03:58 +0200 Subject: [PATCH] Release v3.28.1-beta.3 (#2116) Improvements for all users: - We'll now consider the propagation of a move to the trash either on the local filesystem or the remote Cozy as successful when the given document does not exist anymore. This will prevent delays during the synchronization process since we won't have to deal with retries. --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd777a447..fd457654f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Cozy Drive for Desktop: Changelog +## 3.28.1-beta.3 - 2021-07-28 + +Improvements for all users: + +- We'll now consider the propagation of a move to the trash either on the local + filesystem or the remote Cozy as successful when the given document does not + exist anymore. + This will prevent delays during the synchronization process since we won't + have to deal with retries. + +See also [known issues](https://github.com/cozy-labs/cozy-desktop/blob/master/KNOWN_ISSUES.md). + +Happy syncing! + ## 3.28.1-beta.2 - 2021-07-20 Improvements for Windows users: diff --git a/package.json b/package.json index 7f40726a0..37efbad38 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "CozyDrive", "productName": "Cozy Drive", "private": true, - "version": "3.28.1-beta.2", + "version": "3.28.1-beta.3", "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/)",