From 8482ea610b6a1fdbeed59327f59306e1354fc95b Mon Sep 17 00:00:00 2001 From: Audrius Butkevicius Date: Thu, 3 May 2018 21:43:53 +0100 Subject: [PATCH] Bumped version to 0.10.9 --- app/build.gradle | 2 +- app/src/main/play/en-GB/whatsnew | 13 +++++++++++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index f33e7d4f..f3037f48 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -35,7 +35,7 @@ android { applicationId "com.nutomic.syncthingandroid" minSdkVersion 16 targetSdkVersion 26 - versionCode 4141 + versionCode 4142 versionName "0.10.8" testApplicationId 'com.nutomic.syncthingandroid.test' testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner' diff --git a/app/src/main/play/en-GB/whatsnew b/app/src/main/play/en-GB/whatsnew index 098efc6e..3c8eebf1 100644 --- a/app/src/main/play/en-GB/whatsnew +++ b/app/src/main/play/en-GB/whatsnew @@ -1,2 +1,11 @@ -* Fix high CPU usage (for some devices this manifested as a crash) -* Fix Wifi run condition on Android 8.1 +* Update syncthing to v0.14.47 +* Minimum supported Android version is now 4.1 +* Migrated to built-in syncthing file watcher +* Added pause button for folders and devices +* Support more file managers when opening folders from the application +* Ability to set proxy settings +* Added experimental toggle for disabling restarts after beind suspended, which when enabled can reduce battery usage yet increase the time it takes to reconnect +* Fix issue when web UI was inaccessible when network connected configured a proxy +* Add support for reseting delta indexes from the UI +* Fixed issue with device names being overwritten after config restore +* Potential fix for config corruption