From c201d5a070760c1bbd401dfa3836184b54487a50 Mon Sep 17 00:00:00 2001 From: sebn Date: Thu, 8 Nov 2018 15:40:51 +0100 Subject: [PATCH] release: 3.10.3-beta.1 (#1260) --- CHANGELOG.md | 19 +++++++++++++++++++ package.json | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8409761cb..2c42e84dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Cozy Drive for Desktop: Changelog +## 3.10.3-beta.1 - 2018-11-08 + +Improvements for all users: + +- The app is now available in spanish. Huge thanks to our translation + contributors, especially Hernando :heart: +- Files and directories can now only have one `-conflict-...` suffix at a time. + Existing ones with multiple suffixes won't be renamed automatically, but in + case a new conflict occurs, their suffixes will be squashed into a single + one with the new timestamp. Although this doesn't fix the root causes, it + should make the symptom easier to deal with. We're sill investigating the + underlying issues. Expect more fixes soon. +- We fixed a couple of issues preventing user-defined ignore rules to be + loaded. + +See also [known issues](https://github.com/cozy-labs/cozy-desktop/blob/master/KNOWN_ISSUES.md). + +Happy syncing! + ## 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) diff --git a/package.json b/package.json index c80bbbf6c..b2067bb87 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "CozyDrive", "productName": "Cozy Drive", "private": true, - "version": "3.10.2", + "version": "3.10.3-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/)",