From b0a489d29e5b5da5aa873b3bcb9ab24f35363df4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Nicouleaud?= Date: Fri, 5 May 2017 10:39:26 +0200 Subject: [PATCH] Release 3.0.0-alpha3 --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ gui/app/package.json | 2 +- package.json | 2 +- 3 files changed, 31 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bee5a731b..51c82fc5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,32 @@ +## 3.0.0-alpha3 - 2017-05-05 + +This is for testing purpose only. +Do not install it, unless you know what you're doing. + +Improvements for all platforms: + +* Restoring a folder from the Cozy trash is now supported. +* We fixed some conflict resolution issues. Creating / changing / restoring + files with the same name should be more reliable now. Some issues remain, + though. +* Most offline actions should work now, except for deletions. + +Improvements for Windows users: + +* A release! Getting a code signing certificate took more time than expected, + though, so the app is not signed yet. This should be fixed in the next one. +* Windows file/dir paths are now supported, making the synchronization usable, + hence the release. +* Files and folders with reserved name, reserved characters or terminating + characters will not be synchronized locally and user will be warned. + +Improvements for macOS users: + +* The dock icon is now hidden when closing the Cozy Desktop window, so you + don't see it with cmd-tab when running in background +* Files and folders with colon in their name will not be synchronized locally + and user will be warned of this character as being reserved on macOS + ## 3.0.0-alpha2 - 2017-04-24 This is for testing purpose only. diff --git a/gui/app/package.json b/gui/app/package.json index abfa56080..b210017c3 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-alpha2", + "version": "3.0.0-alpha3", "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 5f985eb7e..c7d26fdc4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cozy-desktop", - "version": "3.0.0-alpha2", + "version": "3.0.0-alpha3", "description": "File Synchronization Client for Cozy Cloud", "homepage": "https://docs.cozy.io/en/mobile/desktop.html", "author": "Cozy Cloud (https://cozycloud.cc/)",