From ad3626399882e2374eac5e8532f7e4751bda71c0 Mon Sep 17 00:00:00 2001 From: Erwan Guyader Date: Mon, 7 Sep 2020 13:31:08 +0200 Subject: [PATCH] Release v3.23.0-beta.3 (#1950) Improvements for all users: - Fixes the displayed icon of recently synchronized files whose type is identified as text. --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd920e50e..38081259d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Cozy Drive for Desktop: Changelog +## 3.23.0-beta.3 - 2020-09-07 + +Improvements for all users: + +- Fixes the displayed icon of recently synchronized files whose type is + identified as text. + +See also [known issues](https://github.com/cozy-labs/cozy-desktop/blob/master/KNOWN_ISSUES.md). + +Happy syncing! + ## 3.23.0-beta.2 - 2020-08-28 Improvements for all users: diff --git a/package.json b/package.json index 8052c0a24..e2fb70a60 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "CozyDrive", "productName": "Cozy Drive", "private": true, - "version": "3.23.0-beta.2", + "version": "3.23.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/)",