From 478d74f305099d49a0b34866d893f32f24ac92bd Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Thu, 10 Jan 2019 10:48:20 -0800 Subject: [PATCH] Version 1.3.0 --- CHANGELOG | 7 +++++++ CloudronManifest.json | 2 +- DESCRIPTION.md | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 06f2e4c..0e2cacd 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -102,3 +102,10 @@ [1.2.1] * Update Syncthing to 0.14.54 +[1.3.0] +* Update Syncthing to 1.0.0 +* #2760: Option to limit max simultaneous scans +* #5286: Add hardening options to systemd units +* #5320: Show configured rate limit in the GUI +* #5336: Show list of locally changed files for receive only folders + diff --git a/CloudronManifest.json b/CloudronManifest.json index afd1d7e..4322c1f 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Decentralized file synchronization", - "version": "1.2.1", + "version": "1.3.0", "healthCheckPath": "/healthcheck", "httpPort": 8000, "addons": { diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 4de3dc8..8dd867e 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Syncthing v0.14.54. +This app packages Syncthing 1.0.0. 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.