diff --git a/README.md b/README.md index 10846198..cee56e26 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,11 @@ # Major enhancements in this fork are: - Individual sync conditions can be applied per device and per folder (for expert users). - Recent changes UI, click to open files. -- UI explains why syncthing is running or not running according to the run conditions set in preferences. +- Changes to folder and device config can be made regardless if syncthing is running or not. +- UI explains why syncthing is running or not. - "Battery eater" problem is fixed. - Android 8 and 9 support. -- Many bug fixes, enhancements and more frequent releases. +- Extended support for third-party automation apps (see wiki) A wrapper of [Syncthing](https://github.com/syncthing/syncthing) for Android. Head to the "releases" section or F-Droid for builds. Please open an issue under this fork if you need help. Important: Please don't file bugs at the upstream repository "syncthing-android" if you are using this fork. diff --git a/app/build.gradle b/app/build.gradle index 5dfd374a..8bd68ffc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -37,8 +37,8 @@ android { applicationId "com.github.catfriend1.syncthingandroid" minSdkVersion 16 targetSdkVersion 26 - versionCode 145407 - versionName "0.14.54.7" + versionCode 145408 + versionName "0.14.54.8" testApplicationId 'com.github.catfriend1.syncthingandroid.test' testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner' playAccountConfig = playAccountConfigs.defaultAccountConfig diff --git a/app/src/main/play/en-GB/whatsnew b/app/src/main/play/en-GB/whatsnew index 4ed7219d..84dc77aa 100644 --- a/app/src/main/play/en-GB/whatsnew +++ b/app/src/main/play/en-GB/whatsnew @@ -2,10 +2,11 @@ Maintenance * Updated syncthing core to v0.14.54 * Fallback to http if https tls 1.2 is unavailable on Android 4.x Enhancements -* UI can be used to configure even when syncthing is not running [NEW] +* Configure everything regardless if syncthing is running or not [NEW] * Added "Recent changes" UI, click files to open [NEW] * Specify sync conditions differently for each folder, device [NEW] * Added offline 'tips & tricks' content [NEW] Fixes * Fixed the "battery eater" * Android 8 and 9 support +* Third-party automation app support