Skip to content

Commit

Permalink
Release 3.0.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sebn committed Jun 12, 2017
1 parent cc28168 commit 684a876
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 2 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
## 3.0.0-beta.4 - 2017-06-12

Improvements for Windows 10 users:

* When you first register your computer on the Cozy, the app will add your
Cozy Drive folder to the Windows Explorer sidebar (near the OneDrive one).
If you disconnect from the settings, the sidebar shortcut will be removed.

Improvements for macOS users:

* When you first register your computer on the Cozy, the app will add your
Cozy Drive folder to the Finder favorites. It will still have a normal
folder icon though (same as the real folder).
Also the favorite will not be removed when you disconnect. You can still
easily remove it by hand.
These small details should be fixed soon.
* The app will synchronize macOS folders without their custom icons (those
are stored in hidden files with weird character in their name, which is
not supported by the Cozy at the moment, and was triggering synchronization
errors).

Improvements for all users:

* The temporary .cozy-desktop folder inside your Cozy Drive one was renamed
to .system-tmp-cozy-desktop, to make sure even people displaying hidden
files in their file browser won't try to put files in it and expect them
to be synchronized.
* Logging improvements (for debugging purpose)

Happy syncing!

## 3.0.0-beta.3 - 2017-06-02

This is for testing purpose only.
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.3",
"version": "3.0.0-beta.4",
"description": "File Synchronization Client for Cozy Cloud",
"homepage": "https://docs.cozy.io/en/mobile/desktop.html",
"author": "Cozy Cloud <[email protected]> (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 Desktop",
"private": true,
"version": "3.0.0-beta.3",
"version": "3.0.0-beta.4",
"description": "File Synchronization Client for Cozy Cloud",
"homepage": "https://github.com/cozy-labs/cozy-desktop",
"author": "Cozy Cloud <[email protected]> (https://cozycloud.cc/)",
Expand Down

0 comments on commit 684a876

Please sign in to comment.