From 2e6478a744e313313f9cfea575d1276cca7a97bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Nicouleaud?= Date: Tue, 11 Jul 2017 14:47:21 +0200 Subject: [PATCH] Release 3.0.0-beta.6 --- CHANGELOG.md | 13 +++++++++++++ cli/package.json | 2 +- gui/package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 598d941c9..d509ceeb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## 3.0.0-beta.6 - 2017-07-11 + +Improvements for Windows users: + +* The Windows 10 cloud storage registration was disabled because it was not + stable enough yet. This means you won't get the `Cozy Drive` shortcut in + the Windows Explorer sidebar, near the OneDrive one. We'll come up with + another solution, possibly compatible with older Windows releases. + Please contact us in case you get stuck with broken shortcut(s) in your + sidebar, we'll help you to fix it. We apologize for the inconvenience. + +Happy syncing! + ## 3.0.0-beta.5 - 2017-07-10 Improvements for all users: diff --git a/cli/package.json b/cli/package.json index edc13f7a0..e7cd3ead2 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "cozy-desktop", - "version": "3.0.0-beta.5", + "version": "3.0.0-beta.6", "description": "File Synchronization Client for Cozy Cloud", "homepage": "https://docs.cozy.io/en/mobile/desktop.html", "author": "Cozy Cloud (https://cozycloud.cc/)", diff --git a/gui/package.json b/gui/package.json index 97bdc0eda..3dd8ed6bc 100644 --- a/gui/package.json +++ b/gui/package.json @@ -2,7 +2,7 @@ "name": "cozy-desktop-gui", "productName": "Cozy Drive", "private": true, - "version": "3.0.0-beta.5", + "version": "3.0.0-beta.6", "description": "File Synchronization Client for Cozy Cloud", "homepage": "https://github.com/cozy-labs/cozy-desktop", "author": "Cozy Cloud (https://cozycloud.cc/)",