From 1996ce9da84f3fc4a41475d76c0255c3cf2a53e7 Mon Sep 17 00:00:00 2001 From: Erwan Guyader Date: Tue, 6 Nov 2018 12:42:45 +0100 Subject: [PATCH] release: 3.10.2 --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d1edc707..8409761cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,31 @@ # Cozy Drive for Desktop: Changelog +## 3.10.2 - 2018-11-06 + +See [3.10.2-beta.1](https://github.com/cozy-labs/cozy-desktop/releases/tag/v3.10.2-beta.1) + +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.2-beta.1 - 2018-11-05 Improvements for all users: diff --git a/package.json b/package.json index 08f4114bd..2cbbd68d8 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "CozyDrive", "productName": "Cozy Drive", "private": true, - "version": "3.10.2-beta.1", + "version": "3.10.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/)",