From 68f55cc4f44c263fcbd4383550df2b1f333e2245 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Nicouleaud?= Date: Thu, 11 May 2017 12:11:26 +0200 Subject: [PATCH] Release 3.0.0-alpha5 --- CHANGELOG.md | 22 ++++++++++++++++++++++ gui/app/package.json | 2 +- package.json | 2 +- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e285b9a26..915ea3af7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +## 3.0.0-alpha5 - 2017-05-11 + +This is for testing purpose only. +Do not install it, unless you know what you're doing. + +Improvements for all platforms: + +* A new auto-updates system which should work better on both Windows and macOS +* Fixed an issue preventing a locally renamed file to be updated on the remote + Cozy + +Improvements for Windows users: + +* The weird animation that was displayed while installing the app since the + alpha4 release should be replaced with a normal install dialog. + +Finally, we would like to apologize to our Windows users, since auto-updates +actually didn't work in the alpha4 release. This should be fixed now. Thanks +for your patience. + +Happy syncing! + ## 3.0.0-alpha4 - 2017-05-09 This is for testing purpose only. diff --git a/gui/app/package.json b/gui/app/package.json index 8388c4967..52527c303 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-alpha4", + "version": "3.0.0-alpha5", "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 d2d123b66..9e9cf6b38 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cozy-desktop", - "version": "3.0.0-alpha4", + "version": "3.0.0-alpha5", "description": "File Synchronization Client for Cozy Cloud", "homepage": "https://docs.cozy.io/en/mobile/desktop.html", "author": "Cozy Cloud (https://cozycloud.cc/)",