Skip to content

Commit

Permalink
release: 3.2.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sebn committed Nov 9, 2017
1 parent 97a83cc commit 3a27c38
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 3 deletions.
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -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 <contact@cozycloud.cc> (https://cozycloud.cc/)",
Expand Down
2 changes: 1 addition & 1 deletion gui/elm-package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion gui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <contact@cozycloud.cc> (https://cozycloud.cc/)",
Expand Down

0 comments on commit 3a27c38

Please sign in to comment.