From d281fb8aef8ec1152bcf631ac855a623e40e2d4b Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Sat, 14 Oct 2017 11:52:22 -0700 Subject: [PATCH] Version 0.4.0 --- CHANGELOG | 9 +++++++++ CloudronManifest.json | 2 +- DESCRIPTION.md | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 7d33849..43284d3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -46,3 +46,12 @@ [0.3.4] * Updated to version 0.14.38 +[0.4.0] +* Updated to version 0.14.39 +* #4357: Removing paused folders no longer triggers a crash. +* #4360: Add further security related HTTP headers +* #4375: Improve info level logging in some cases +* #4377: Improve GUI tooltips in chromium based browsers +* #4382: Hide temporary files on Windows +* #4387: Add -device-id command line switch + diff --git a/CloudronManifest.json b/CloudronManifest.json index f9d8fd6..efcf26b 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Decentralized file synchronization", - "version": "0.3.4", + "version": "0.4.0", "healthCheckPath": "/check", "httpPort": 8000, "addons": { diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 0ee9898..17f79ee 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Syncthing v0.14.38. +This app packages Syncthing v0.14.39. Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third party and how it's transmitted over the Internet.