From b24a3c78368dc51b8def684b9ee8f9a06ffe4c50 Mon Sep 17 00:00:00 2001 From: Antony Male Date: Tue, 10 Mar 2015 12:25:38 +0000 Subject: [PATCH] Update changelog --- CHANGELOG.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 9143df97..426bccb2 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,17 @@ Changelog ========= +v1.0.7 +------ + + - Support GUI Authentication + - Ignore 'synced' events after device connection/disconnection, reducing noise + - Add option to obfuscate device IDs (thanks Adrian Rudnik) + - Allow Syncthing to localize by sending correct language headers (thanks Adrian Rudnik) + - Add validation to the Settings page + - Better handle exceptions encountered during shutdown + - Catch case where syncthing.exe can't be started because of group policy settings + v1.0.6 ------