diff --git a/CHANGELOG.md b/CHANGELOG.md index 9febb2855..8faa6c5d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## 3.4.2-beta.3 - 2017-01-19 + +Improvements for all users: + +- The app should now log and recover from remote files with an invalid parent + directory. This issue was happening rarely and only on old Cozy instances. +- Showing up the popover near the systray could fail in rare cases for unknown + reasons. We temporarily fixed the issue by falling back to showing the popover + in the middle of the screen. Please send us a support request from the app in + case it happens to you, so we can get all the information we were missing to + fix it for good. + +See [known issues](https://github.com/cozy-labs/cozy-desktop/blob/master/KNOWN_ISSUES.md). + +Happy syncing! + ## 3.4.2-beta.2 - 2017-01-18 Improvements for all users: diff --git a/package.json b/package.json index fa38b2a44..59daebed0 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "CozyDrive", "productName": "Cozy Drive", "private": true, - "version": "3.4.2-beta.2", + "version": "3.4.2-beta.3", "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/)",