From e25bade1ffffd68d6af53a6d9a2855a720f91693 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Nicouleaud?= Date: Wed, 17 May 2017 08:59:17 +0200 Subject: [PATCH] Release 3.0.0-beta.2 --- CHANGELOG.md | 22 ++++++++++++++++++++++ gui/app/package.json | 2 +- package.json | 2 +- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a23f5582..64c196778 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/gui/app/package.json b/gui/app/package.json index 4d754ef2e..f46145922 100644 --- a/gui/app/package.json +++ b/gui/app/package.json @@ -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 (https://cozycloud.cc/)", diff --git a/package.json b/package.json index da316f433..a9b59af9a 100644 --- a/package.json +++ b/package.json @@ -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 (https://cozycloud.cc/)",