From 0a7d652217ebcbc2bd4def5a33fb1217f2474aa5 Mon Sep 17 00:00:00 2001 From: Erwan Guyader Date: Tue, 3 Aug 2021 12:10:28 +0200 Subject: [PATCH] Release v3.28.1-beta.4 (#2121) Improvements for all users: - We've realized that the errors thrown when trying to trash a missing local document would not always be caught because of an unexpected message localization. We've completely changed the way we catch these errors to not depend on their message altogether. --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd457654f..76c991948 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Cozy Drive for Desktop: Changelog +## 3.28.1-beta.4 - 2021-08-03 + +Improvements for all users: + +- We've realized that the errors thrown when trying to trash a missing local + document would not always be caught because of an unexpected message + localization. + We've completely changed the way we catch these errors to not depend on their + message altogether. + +See also [known issues](https://github.com/cozy-labs/cozy-desktop/blob/master/KNOWN_ISSUES.md). + +Happy syncing! + ## 3.28.1-beta.3 - 2021-07-28 Improvements for all users: diff --git a/package.json b/package.json index 37efbad38..5a3e41d1c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "CozyDrive", "productName": "Cozy Drive", "private": true, - "version": "3.28.1-beta.3", + "version": "3.28.1-beta.4", "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/)",