From d0f9c3d3405181c9d7cfd6ccf5cc97938ac309cd Mon Sep 17 00:00:00 2001 From: Erwan Guyader Date: Thu, 13 Oct 2022 14:52:03 +0200 Subject: [PATCH] Release v3.36.1-beta.2 (#2265) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Improvements for all users: - We made sure to properly save the metadata of documents trashed on the remote Cozy so Cozy Desktop won't try to fetch that change again and potential local modifications made on the document can be synchronized with the remote Cozy. - Documents moved out of a remote directory subsequently trashed or completed erased should now be moved out their local parent before it is trashed on the local filesystem. This ensures Cozy Desktop will be able to synchronize both changes. Improvements for macOS users: - The previous beta release broke the auto-update feature on macOS as we stopped packaging Cozy Desktop in a format that we thought unused. We brought back this packaging so users running a previous beta version should be able to update once again. --- CHANGELOG.md | 23 +++++++++++++++++++++++ package.json | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9b9dbc46..61424baef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Cozy Drive for Desktop: Changelog +## 3.36.1-beta.2 - 2022-10-13 + +Improvements for all users: + +- We made sure to properly save the metadata of documents trashed on the remote + Cozy so Cozy Desktop won't try to fetch that change again and potential local + modifications made on the document can be synchronized with the remote Cozy. +- Documents moved out of a remote directory subsequently trashed or completed + erased should now be moved out their local parent before it is trashed on the + local filesystem. This ensures Cozy Desktop will be able to synchronize both + changes. + +Improvements for macOS users: + +- The previous beta release broke the auto-update feature on macOS as we stopped + packaging Cozy Desktop in a format that we thought unused. We brought back + this packaging so users running a previous beta version should be able to + update once again. + +See also [known issues](https://github.com/cozy-labs/cozy-desktop/blob/master/KNOWN_ISSUES.md). + +Happy syncing! + ## 3.36.1-beta.1 - 2022-07-29 Improvements for all users: diff --git a/package.json b/package.json index b083985c0..6ae3f56b9 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "CozyDrive", "productName": "Cozy Drive", "private": true, - "version": "3.36.1-beta.1", + "version": "3.36.1-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/)",