Skip to content

Commit

Permalink
release: 3.4.0-beta.2 (#897)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebn authored Dec 14, 2017
1 parent 278d521 commit 52c2752
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## 3.4.0-beta.2 - 2017-12-14

Improvements for GNU/Linux users:

* Auto-update works!
* Auto-launch on system startup too!
* The application should now be visible as expected on alt+tab.

Improvements for all users:

* Invalid cozy address detection was improved, including automatic detection of
`mycoSy.cloud` with an `s` instead of `mycoZy.cloud` with a `z` (which seems
to be a common mistake).
* The app also detects and prevent synchronizing your whole system or personal
folder.
* Auto-update should be more reliable.

See [known issues](https://github.com/cozy-labs/cozy-desktop/blob/master/KNOWN_ISSUES.md).

Happy syncing!

## 3.4.0-beta.1 - 2017-12-08

Improvements for GNU/Linux 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.4.0-beta.1",
"version": "3.4.0-beta.2",
"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 Drive",
"private": true,
"version": "3.4.0-beta.1",
"version": "3.4.0-beta.2",
"description": "Cozy Drive is a synchronization tool for your files and folders with Cozy Cloud.",
"homepage": "https://github.com/cozy-labs/cozy-desktop",
"author": "Cozy Cloud <[email protected]> (https://cozycloud.cc/)",
Expand Down

0 comments on commit 52c2752

Please sign in to comment.