From 77b13a1048d86e59515e9b39ee2df605a82974af Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Sun, 25 Mar 2018 10:49:38 +0200 Subject: [PATCH] bump version, add changelogs --- CHANGELOG.md | 6 ++++++ app/build.gradle | 4 ++-- app/src/main/res/xml/changelog_master.xml | 6 ++++++ fastlane/metadata/android/en-US/changelogs/125.txt | 4 ++++ 4 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/125.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bf3b81ed..53852960b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ### Changelog +#### Version 0.25.1 +* Amazfit Cor: Try to send weather location instead of AQI +* Amazfit Bip: Support setting start end end time for background light when lifting the arm +* Pebble: various fixes and improvemnets for background javascript +* Explicity ask for RECEIVE_SMS permission to fix problems with Android 8 + #### Version 0.25.0 * Inital suport for Xwatch * Move the connected device to top in control center diff --git a/app/build.gradle b/app/build.gradle index beffac80b..9994ad695 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -25,8 +25,8 @@ android { targetSdkVersion 27 // Note: always bump BOTH versionCode and versionName! - versionName "0.25.0" - versionCode 124 + versionName "0.25.1" + versionCode 125 vectorDrawables.useSupportLibrary = true } buildTypes { diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index c74d8d1b3..c27ccc1a7 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,11 @@ + + Amazfit Cor: Try to send weather location instead of AQI + Amazfit Bip: Support setting start end end time for background light when lifting the arm + Pebble: various fixes and improvemnets for background javascript + Explicity ask for RECEIVE_SMS permission to fix problems with Android 8 + Inital suport for Xwatch Move the connected device to top in control center diff --git a/fastlane/metadata/android/en-US/changelogs/125.txt b/fastlane/metadata/android/en-US/changelogs/125.txt new file mode 100644 index 000000000..a5a1059d1 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/125.txt @@ -0,0 +1,4 @@ +* Amazfit Cor: Try to send weather location instead of AQI +* Amazfit Bip: Support setting start end end time for background light when lifting the arm +* Pebble: various fixes and improvemnets for background javascript +* Explicity ask for RECEIVE_SMS permission to fix problems with Android 8