From 28d260edd7ef09a2a1134f08da014b92f19ba487 Mon Sep 17 00:00:00 2001 From: Erwan Guyader Date: Wed, 9 Sep 2020 14:25:06 +0200 Subject: [PATCH] Release v3.23.0-beta.5 (#1954) Improvements for macOS users: - The order in which changes fetched from the remote Cozy were processed could hinder the paths normalization and lead to issues like conflicts. We're now sorting changes before the normalization to make sure the process will complete as expected. --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb06c404b..06d753c39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Cozy Drive for Desktop: Changelog +## 3.23.0-beta.5 - 2020-09-09 + +Improvements for macOS users: + +- The order in which changes fetched from the remote Cozy were processed could + hinder the paths normalization and lead to issues like conflicts. + We're now sorting changes before the normalization to make sure the process + will complete as expected. + +See also [known issues](https://github.com/cozy-labs/cozy-desktop/blob/master/KNOWN_ISSUES.md). + +Happy syncing! + ## 3.23.0-beta.4 - 2020-09-07 Improvements for all users: diff --git a/package.json b/package.json index 2f5f33878..e499f2e5c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "CozyDrive", "productName": "Cozy Drive", "private": true, - "version": "3.23.0-beta.4", + "version": "3.23.0-beta.5", "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/)",