From 83b9f1a5a6ad238e83bca9ea2c527ca51edbea60 Mon Sep 17 00:00:00 2001 From: Erwan Guyader Date: Wed, 6 Nov 2024 16:53:29 +0100 Subject: [PATCH] Release v3.41.0-beta.3 Improvements for all users: - We decreased yet again the number of logging calls writting to disk to avoid performance issues in case many changes are made on the remote Cozy. --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dd0357c1..ce6176fa5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Cozy Drive for Desktop: Changelog +## 3.41.0-beta.2 - 2024-11-06 + +Improvements for all users: + +- We decreased yet again the number of logging calls writting to disk to avoid + performance issues in case many changes are made on the remote Cozy. + +See also [known issues](https://github.com/cozy-labs/cozy-desktop/blob/master/KNOWN_ISSUES.md). + +Happy syncing! + ## 3.41.0-beta.2 - 2024-10-31 Improvements for all users: diff --git a/package.json b/package.json index a66192906..0addab0a9 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "CozyDrive", "productName": "Cozy Drive", "private": true, - "version": "3.41.0-beta.2", + "version": "3.41.0-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/)",