From 810b7b1cc77a7f268d5637d7cd438c7f7eee0be7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Nicouleaud?= Date: Tue, 9 Jan 2018 13:32:40 +0100 Subject: [PATCH] release: 3.4.1 --- CHANGELOG.md | 22 +++++++++++++++++++++- package.json | 2 +- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 386858788..25e8f8d2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +## 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) +and [3.4.1-beta.2](https://github.com/cozy-labs/cozy-desktop/releases/tag/v3.4.1-beta.2) +release notes. + +Happy syncing! + +## 3.4.1-beta.2 - 2017-01-09 + +Improvements for all users: + +* Fix weird packaging issue ([detail](https://trello.com/c/QAOsWBCx)) + +Known issue for GNU/Linux users: + +* The systray icon may appear twice (with only one icon actually working). + Workaround: quit and restart. This should not happen on subsequent updates. + +Happy syncing! + ## 3.4.1-beta.1 - 2017-12-26 Improvements for all users: @@ -12,7 +33,6 @@ See [known issues](https://github.com/cozy-labs/cozy-desktop/blob/master/KNOWN_I Happy syncing! - ## 3.4.0 - 2017-12-19 Improvements for all users: diff --git a/package.json b/package.json index 3099474f8..da821f3a8 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "CozyDrive", "productName": "Cozy Drive", "private": true, - "version": "3.4.1-beta.2", + "version": "3.4.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/)",