From 3a27c38cfbc0d275cc90f8df6f071c6e6772f0a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Nicouleaud?= Date: Thu, 9 Nov 2017 11:26:41 +0100 Subject: [PATCH] release: 3.2.0-beta.1 --- CHANGELOG.md | 39 +++++++++++++++++++++++++++++++++++++++ cli/package.json | 2 +- gui/elm-package.json | 2 +- gui/package.json | 2 +- 4 files changed, 42 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff9363fcb..9886858d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,42 @@ +## 3.2.0-beta.1 - 2017-11-09 + +It took us some time, but we're almost there, finally! + +Improvements for all users: + +* Moving or renaming shared directories should not break the sharing anymore. +* Moving or renaming connector directories should work as expected (the + connector will put upcoming documents to the new location instead of + recreating and filling up the old one). +* Moving or renaming a directory should now be more reliable, even with + filesystem events occurring in random order as it seems to happen from time to + time. + +Known issues that should be fixed in subsequent releases: + +* The app now takes some time before actually syncing, and may hold on until + there is no more activity. +* Trashing, restoring and deleting content permanently may not work as expected + yet. +* Moving or renaming multiple files or directories successively may end up + with duplicate content. +* Changing the case of a file or directory name, e.g. renaming *my stuff* to + *MY STUFF*, won't work. +* Actions involving lots of content may take too much time to complete or use + too much resources. Currently, adding 50000 files or moving 25000 files should + work. + +Issues caused by lower-level bugs that will be harder to fix or circumvent: + +* Replacing a directory with a file of the same name won't work (same when + replacing a file with a directory of the same name). +* When moving 2 directories at the same time on Windows, possibly only 1 move + may be detected. + +Please report any other issue you may encounter by using the app help form. + +Happy syncing! + ## 3.1.0 - 2017-09-08 Improvements for all users: diff --git a/cli/package.json b/cli/package.json index a9ccc9fb0..f49fe2b8d 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "cozy-desktop", - "version": "3.1.0", + "version": "3.2.0-beta.1", "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/elm-package.json b/gui/elm-package.json index 2969ce54b..158299d4d 100644 --- a/gui/elm-package.json +++ b/gui/elm-package.json @@ -1,5 +1,5 @@ { - "version": "3.1.0", + "version": "3.2.0", "summary": "File Synchronization Client for Cozy Cloud", "repository": "https://github.com/cozy-labs/cozy-desktop.git", "license": "AGPL-3.0", diff --git a/gui/package.json b/gui/package.json index fd0a8a111..0c5af3e1d 100644 --- a/gui/package.json +++ b/gui/package.json @@ -2,7 +2,7 @@ "name": "cozy-desktop-gui", "productName": "Cozy Drive", "private": true, - "version": "3.1.0", + "version": "3.2.0-beta.1", "description": "File Synchronization Client for Cozy Cloud", "homepage": "https://github.com/cozy-labs/cozy-desktop", "author": "Cozy Cloud (https://cozycloud.cc/)",