From a4dbdaa821d3739ca33b08c1823eac731cc39b22 Mon Sep 17 00:00:00 2001 From: Erwan Guyader Date: Thu, 28 Apr 2022 13:58:58 +0200 Subject: [PATCH] Release v3.34.2 (#2230) Improvements for all users: - We fixed another issue with the latest data migration. It affected users who had deleted directories which were still known to the local PouchDB database. Missing directories will now be handled appropriately. --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9f1ace6e..a7e716058 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Cozy Drive for Desktop: Changelog +## 3.34.2 - 2022-04-28 + +Improvements for all users: + +- We fixed another issue with the latest data migration. It affected users who + had deleted directories which were still known to the local PouchDB database. + Missing directories will now be handled appropriately. + +See also [known issues](https://github.com/cozy-labs/cozy-desktop/blob/master/KNOWN_ISSUES.md). + +Happy syncing! + ## 3.34.1 - 2022-04-27 Improvements for all users: diff --git a/package.json b/package.json index 083f76a88..14874ea00 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "CozyDrive", "productName": "Cozy Drive", "private": true, - "version": "3.34.1", + "version": "3.34.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/)",