From e823dfc28bb120bfeccfbc27493ae7a7d6e1154e Mon Sep 17 00:00:00 2001 From: Erwan Guyader Date: Thu, 9 Mar 2023 11:56:39 +0100 Subject: [PATCH] Release v3.37.0 (#2282) Improvements for all users: - The Electron framework was upgraded to v23.0.0. This major version fixes a lot of security errors as well as other smaller errors like crashes. Improvements for macOS users: - Local renamings of files being uploaded will now be correctly synchronized on the remote Cozy without the need of a client restart. - Desktop will now restart its local watcher when the local filesystem notifies that the local synchronization directory should be rescanned because some changes could not be transmitted to the application. This should prevent the few cases of trashing of all synchronized content. --- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a9693d03..3eb2dd723 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Cozy Drive for Desktop: Changelog +## 3.37.0 - 2023-03-09 + +Improvements for all users: + +- The Electron framework was upgraded to v23.0.0. This major version fixes a lot + of security errors as well as other smaller errors like crashes. + +Improvements for macOS users: + +- Local renamings of files being uploaded will now be correctly synchronized on + the remote Cozy without the need of a client restart. +- Desktop will now restart its local watcher when the local filesystem notifies + that the local synchronization directory should be rescanned because some + changes could not be transmitted to the application. + This should prevent the few cases of trashing of all synchronized content. + +See also [known issues](https://github.com/cozy-labs/cozy-desktop/blob/master/KNOWN_ISSUES.md). + +Happy syncing! + ## 3.37.0-beta.1 - 2023-02-10 Improvements for all users: diff --git a/package.json b/package.json index 420a6b653..0889d331d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "CozyDrive", "productName": "Cozy Drive", "private": true, - "version": "3.37.0-beta.1", + "version": "3.37.0", "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/)",