From 2e3f4ab6f1f960787323ec428f386feb94a5f3c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Nicouleaud?= Date: Thu, 18 Jan 2018 11:51:38 +0100 Subject: [PATCH] release: 3.4.2-beta.1 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ KNOWN_ISSUES.md | 3 +++ package.json | 2 +- 3 files changed, 29 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25e8f8d2c..7fec813e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,28 @@ +## 3.4.2-beta.1 - 2017-01-18 + +Improvements for all users: + +- It was possible in some specific cases to mess up the synchronization by + moving around files & folders during the analysis phase. This is fixed now. + Feel free to move everything around anytime :) +- In some cases, moving then immediately deleting a file was handled as 2 + distinct actions. The file is now directly detected as deleted. +- The Cozy address page shown during onboarding should now be clearer for people + not familiar with URL. +- When disconnecting then reconnecting to your Cozy, you could eventually see + your old files for a few seconds in the dashboard. The fix was published in + an old minor release, but not properly integrated to the subsequent releases. + This is fixed now. + +Improvements for support team & developers: + +- Support requests from the app are now sent to the usual support email. +- Code coverage is back + +See [known issues](https://github.com/cozy-labs/cozy-desktop/blob/master/KNOWN_ISSUES.md). + +Happy syncing! + ## 3.4.1 - 2017-01-09 See [3.4.1-beta.1](https://github.com/cozy-labs/cozy-desktop/releases/tag/v3.4.1-beta.1) diff --git a/KNOWN_ISSUES.md b/KNOWN_ISSUES.md index 8c9e4ae47..c68eb5f80 100644 --- a/KNOWN_ISSUES.md +++ b/KNOWN_ISSUES.md @@ -15,6 +15,9 @@ Please report any other issue you may encounter by using the app help form. * Changing only the case or encoding in a file or directory name, e.g. renaming *my stuff* to *MY STUFF*, won't be synchronized on other devices. [details](https://trello.com/c/Phc3lLEr) +* When creating a folder with some platform-incompatible character in the name + (e.g. `:`), then renaming to a valid name, only its subfolders will be + synchronized on Windows & macOS, but not its files. **Issues** caused by lower-level bugs that will be **harder to fix or circumvent**: diff --git a/package.json b/package.json index 3e137a8b6..cdcf27718 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "CozyDrive", "productName": "Cozy Drive", "private": true, - "version": "3.4.1", + "version": "3.4.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/)",