From 4002318f5a265a8d420176c06aef55a73eac0f7b Mon Sep 17 00:00:00 2001 From: sebn Date: Mon, 23 Jul 2018 08:51:28 +0200 Subject: [PATCH] release: 3.9.0 (#1102) --- CHANGELOG.md | 24 ++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e201a72d..d145dc505 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,27 @@ +## 3.9.0 - 2018-07-20 + +Improvements for all users: + +- Improved timestamp conflict handling (see [3.9.0-beta.1][3.9.0-beta.1]) +- New diff-based data comparison algorithm (see [3.9.0-beta.1][3.9.0-beta.1]) +- Improved file move + overwrite handling (see [3.9.0-beta.2][3.9.0-beta.2]) +- New TOS update dialog (see [3.9.0-beta.2][3.9.0-beta.2]) + +Improvements for Windows & macOS users: + +- Initial scan properly ignores platform-incompatible remote files (see [3.9.0-beta.1][3.9.0-beta.1]) + +Note for GNOME 3.28 or later users: + +- Better use TopIcons, not TopIcons-Plus (see [3.9.0-beta.1][3.9.0-beta.1]) + +See also [known issues](https://github.com/cozy-labs/cozy-desktop/blob/master/KNOWN_ISSUES.md). + +Happy syncing! + +[3.9.0-beta.1]: https://github.com/cozy-labs/cozy-desktop/releases/tag/v3.9.0-beta.1 +[3.9.0-beta.2]: https://github.com/cozy-labs/cozy-desktop/releases/tag/v3.9.0-beta.2 + ## 3.9.0-beta.2 - 2018-07-19 Improvements for all users: diff --git a/package.json b/package.json index e9f366069..b31b43187 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "CozyDrive", "productName": "Cozy Drive", "private": true, - "version": "3.9.0-beta.2", + "version": "3.9.0", "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/)",