From d4edd958a40dc8f0952251e3edc427464581fb6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Nicouleaud?= Date: Wed, 24 Jan 2018 15:33:49 +0100 Subject: [PATCH] release: 3.4.2-beta.7 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c38e066a..0a1ba7230 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,27 @@ +## 3.4.2-beta.7 - 2017-01-24 + +Improvements for all users + +- Improvements on synchronization, especially for moves or when changing files + on both sides. + +Improvements for early adopters with old Cozy instances: + +- Recover when Cozy contains invalid data + +Improvements for GNU/Linux users: + +- We are progressively listing + [supported distributions](https://github.com/cozy-labs/cozy-desktop/blob/master/doc/usage/linux.md#supported-distributions). + +Improvements for developers: + +- `yarn repl` works again, with useful `helpers`, also introduced `yarn cozy-stack`. + +See [known issues](https://github.com/cozy-labs/cozy-desktop/blob/master/KNOWN_ISSUES.md). + +Happy syncing! + ## 3.4.2-beta.6 - 2017-01-22 Improvements for Unity users: diff --git a/package.json b/package.json index 99e4caf49..3b311e5d2 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "CozyDrive", "productName": "Cozy Drive", "private": true, - "version": "3.4.2-beta.6", + "version": "3.4.2-beta.7", "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/)",