Skip to content

Commit

Permalink
Release 3.0.0-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sebn committed Jul 10, 2017
1 parent cb20640 commit 54a79b0
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## 3.0.0-beta.5 - 2017-07-10

Improvements for all users:

* **The application was renamed to Cozy Drive!**
* Deleted files and folders on Cozy are now correctly synchronized on your
computer.
* An infinite synchronization issue between multiple devices was fixed.
* Network load is now smaller when retrieving changes from the remote Cozy.
* Most useless copies of folders should not end up in the Windows recycle bin,
the macOS trash or the Cozy trash anymore. Some issues remain though.
* Useless conflicts for trashed files/folders won't happen anymore (this was
only visible in logs).
* Documentation was updated.
* Some typos in the french locale were fixed.
* We started adding more automated tests to prevent regressions and ensure a
better quality for future releases.

## 3.0.0-beta.4 - 2017-06-12

Improvements for Windows 10 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.0.0-beta.4",
"version": "3.0.0-beta.5",
"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/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.0.0-beta.4",
"version": "3.0.0-beta.5",
"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 54a79b0

Please sign in to comment.