From bdc7fceb704343a72c4ec26fec81eba9ee440046 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Nicouleaud?= Date: Tue, 9 May 2017 21:40:52 +0200 Subject: [PATCH] Release 3.0.0-alpha4 --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ gui/app/package.json | 2 +- package.json | 2 +- 3 files changed, 32 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51c82fc5d..e285b9a26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,33 @@ +## 3.0.0-alpha4 - 2017-05-09 + +This is for testing purpose only. +Do not install it, unless you know what you're doing. + +Improvements for all platforms: + +* Files are now synchronized to your *Cozy Drive* folder (to better match the + *Cozy Drive* app name). If your already had a *Cozy* folder set up, + *Cozy Desktop* will continue to use it. If you want to switch to the new + folder, you can disconnect from your Cozy in the Settings, rename your local + *Cozy* folder to *Cozy Drive* (so you don't need to download everything + again), then restart *Cozy Desktop*, register and use the new folder. +* Your computer now appears in your Cozy as *Cozy Drive (your computer name)*. + +Improvements for Windows users: + +* Installer and app are signed now, which should prevent warnings and allow + us to support automatic updates. Since we use a standard certificate (not + one with Extended Validation), you'll still get a confirmation popup at + install time, until the app gets enough reputation in Microsoft SmartScreen + (the anti-phishing system included in Windows 8 and later). +* This release (and upcoming ones) should now support automatic updates. But + previous releases didn't, so you'll still have to download and install this + one by hand. +* A third-party component used by *Cozy Desktop* to monitor your local folder + was updated, fixing some issues on Windows. + +Happy syncing! + ## 3.0.0-alpha3 - 2017-05-05 This is for testing purpose only. diff --git a/gui/app/package.json b/gui/app/package.json index b210017c3..769f6a4e3 100644 --- a/gui/app/package.json +++ b/gui/app/package.json @@ -1,7 +1,7 @@ { "name": "cozy-desktop-gui", "private": true, - "version": "3.0.0-alpha3", + "version": "3.0.0-alpha4", "description": "File Synchronization Client for Cozy Cloud", "homepage": "https://github.com/cozy-labs/cozy-desktop", "author": "Cozy Cloud (https://cozycloud.cc/)", diff --git a/package.json b/package.json index 80a93339f..a0a21f5b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cozy-desktop", - "version": "3.0.0-alpha3", + "version": "3.0.0-alpha4", "description": "File Synchronization Client for Cozy Cloud", "homepage": "https://docs.cozy.io/en/mobile/desktop.html", "author": "Cozy Cloud (https://cozycloud.cc/)",