diff --git a/CHANGELOG.md b/CHANGELOG.md index 44b466bf0..7d1edc707 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Cozy Drive for Desktop: Changelog +## 3.10.2-beta.1 - 2018-11-05 + +Improvements for all users: + +* We fixed a couple of issues where a temporary file and an updated/overwritten + one (both typically generated by office suites) were mistakenly identified as + a move/renaming. +* We also fixed a small offline/online flashing status issue. + +Improvements for Windows users: + +* In case your synchronized directory is on a separate volume, the Windows + recycle bin (`$Recycle.Bin`) folder is now properly ignored. + +Improvements for contributors: + +* `yarn install` now only installs npm dependencies: no more electron rebuild + nor elm packages install. `yarn install:all` can be used instead for this. +* Continuous integration & publication are faster (more on Windows soon). + +See also [known issues](https://github.com/cozy-labs/cozy-desktop/blob/master/KNOWN_ISSUES.md). + +Happy syncing! + ## 3.10.1 - 2018-10-23 See [3.10.1-beta.1](https://github.com/cozy-labs/cozy-desktop/releases/tag/v3.10.1-beta.1) diff --git a/package.json b/package.json index 13ad7257b..e3bf0140f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "CozyDrive", "productName": "Cozy Drive", "private": true, - "version": "3.10.1", + "version": "3.10.2-beta.1", "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/)",