From 3e6050ce996666c53a76f7160efe4cf7c1f9d7d2 Mon Sep 17 00:00:00 2001 From: Erwan Guyader Date: Wed, 5 Jan 2022 20:00:50 +0100 Subject: [PATCH] Releave v3.32.0-beta.3 (#2187) Improvements for all users: - The core of the synchronization process can handle selective synchronization without flags (only the configuration of the selective synchronization remains hidden behind a flag). - Most remote folder deletion situations should be handled and the same goes for remote folder exclusions as part of the selective synchronization. --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7423e71d1..908d83d84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Cozy Drive for Desktop: Changelog +## 3.32.0-beta.3 - 2022-01-05 + +Improvements for all users: + +- The core of the synchronization process can handle selective synchronization + without flags (only the configuration of the selective synchronization remains + hidden behind a flag). +- Most remote folder deletion situations should be handled and the same goes for + remote folder exclusions as part of the selective synchronization. + +See also [known issues](https://github.com/cozy-labs/cozy-desktop/blob/master/KNOWN_ISSUES.md). + +Happy syncing! + ## 3.32.0-beta.2 - 2021-12-15 Improvements for all users: diff --git a/package.json b/package.json index 3e9e829f9..330641788 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "CozyDrive", "productName": "Cozy Drive", "private": true, - "version": "3.32.0-beta.2", + "version": "3.32.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/)",