diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d75d7bd5..6e201a72d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## 3.9.0-beta.2 - 2018-07-19 + +Improvements for all users: + +- Moving a file to overwrite an existing one is now effectively synchronized + as expected. +- Users don't look at the systray popover so often. So people who have not + accepted the new TOS may be unaware that the synchronization is currently + paused. The app now shows up a reminder dialog on start when appropriate. + +See also [known issues](https://github.com/cozy-labs/cozy-desktop/blob/master/KNOWN_ISSUES.md). + +Happy syncing! + ## 3.9.0-beta.1 - 2018-07-17 Improvements for all users: diff --git a/package.json b/package.json index 82cada2ee..e9f366069 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "CozyDrive", "productName": "Cozy Drive", "private": true, - "version": "3.9.0-beta.1", + "version": "3.9.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 (https://cozycloud.cc/)",