From f3b862f4a6689768b55930008f64c27d9d9de33b Mon Sep 17 00:00:00 2001 From: Erwan Guyader Date: Tue, 10 Aug 2021 15:31:39 +0200 Subject: [PATCH] Release v3.29.0-beta.1 (#2126) Improvements for all users: - Cozy Notes with photos will be exported as a tar archive instead of a simple markdown file. Therefore, the client will now unpack the markdown file from the archive when displaying a note in a degraded mode (i.e. when you're offline or the actual note can't be found on the remote Cozy). --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 554a6b268..68b0d019b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Cozy Drive for Desktop: Changelog +## 3.29.0-beta.1 - 2021-08-10 + +Improvements for all users: + +- Cozy Notes with photos will be exported as a tar archive instead of a simple + markdown file. Therefore, the client will now unpack the markdown file from + the archive when displaying a note in a degraded mode (i.e. when you're + offline or the actual note can't be found on the remote Cozy). + +See also [known issues](https://github.com/cozy-labs/cozy-desktop/blob/master/KNOWN_ISSUES.md). + +Happy syncing! + ## 3.28.1 - 2021-08-04 Improvements for all users: diff --git a/package.json b/package.json index a04b7b4d5..49bffd0b6 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "CozyDrive", "productName": "Cozy Drive", "private": true, - "version": "3.28.1", + "version": "3.29.0-beta.1", "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/)",