Skip to content

Commit

Permalink
Release 3.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sebn committed May 17, 2017
1 parent eec912b commit e25bade
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## 3.0.0-beta.2 - 2017-05-17

This is for testing purpose only.
Do not install it, unless you know what you're doing.

Improvements for all platforms:

* When an update was available, the app used to display the version number and
the release notes in the Settings. This was broken while migrating to the new
auto-update system. The issue is partially fixed, but it only shows the
summary instead of the full release notes for now.
* The auto-update migration also revealed another issue: the app was checking
for updates every 1 or 2 minutes, triggering successive downloads of the
latest release. This should work as expected now.

Improvements for Windows users:

* The app was not downloading updates from the appropriate location on Windows
(while it was working on other platforms). This was fixed too.

Happy syncing!

## 3.0.0-beta.1 - 2017-05-15

This is for testing purpose only.
Expand Down
2 changes: 1 addition & 1 deletion gui/app/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.1",
"version": "3.0.0-beta.2",
"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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cozy-desktop",
"version": "3.0.0-beta.1",
"version": "3.0.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

0 comments on commit e25bade

Please sign in to comment.