From 52c20b7e4e90d672fe0fa0f831256882c7c5b2da Mon Sep 17 00:00:00 2001 From: sebn Date: Wed, 18 Jul 2018 10:05:41 +0200 Subject: [PATCH] release: 3.9.0-beta.1 (#1095) --- CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aca2980e1..9d75d7bd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,37 @@ +## 3.9.0-beta.1 - 2018-07-17 + +Improvements for all users: + +- When a file or directory exists in the cozy, the app will never try to + assign it an older timestamp anymore. This will ensure synchronization still + works, even when the local timestamp is actually more accurate than the remote + one. We'll later introduce a way to save the correct timestamp without being + rejected by the Cozy. +- The data comparison algorithm is now diff-based. This will help us investigate + a very rare (but hard to fix) bug where a file is detected as modified while + no change is actually visible. + +Improvements for Windows & macOS users: + +- When a file or directory couldn't not be synchronized locally because of + some platform incompatibility (e.g. reserved character), it will be properly + ignored during initial scan after restarting the app. + +Improvements for support: + +- Summarized and detailed traces are now always stored together to make + analysis easier. + +Note for GNOME 3.28 or later users: + +- You may have to switch from TopIcons-Plus back to good old TopIcons in case + the app doesn't show up when clicking on the tray icon, whatever the app + version. + +See also [known issues](https://github.com/cozy-labs/cozy-desktop/blob/master/KNOWN_ISSUES.md). + +Happy syncing! + ## 3.8.1 - 2018-07-02 There was no 3.8.0 stable release since we had to release a 3.8.1-alpha first. diff --git a/package.json b/package.json index 864f5987b..82cada2ee 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "CozyDrive", "productName": "Cozy Drive", "private": true, - "version": "3.8.1", + "version": "3.9.0-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/)",