From b2ea4a0627911c36c32789492fd0afe09b991ccf Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Sun, 4 Feb 2018 00:16:56 +0100 Subject: [PATCH] update changelogs, bump version --- CHANGELOG.md | 7 +++++++ app/build.gradle | 4 ++-- app/src/main/res/xml/changelog_master.xml | 7 +++++++ fastlane/metadata/android/en-US/changelogs/120.txt | 5 +++++ 4 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/120.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 1848d0360..15ef636ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ### Changelog +#### Version 0.24.3 +* Charts: Try to fix another crash +* Pebble: Fix weather for some watchfaces when using background JS +* Amazfit Cor: Allow watchfaces to be flashed (untested) +* Amazfit Bip: Better detection for flashable font types +* Fix number only privacy option + #### Version 0.24.2 * Fix crash when changing the periodic database export interval * Amazfit Bip: Allow fonts and new res format to be flashed diff --git a/app/build.gradle b/app/build.gradle index fb09abad6..b77775739 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -26,8 +26,8 @@ android { targetSdkVersion 25 // note: always bump BOTH versionCode and versionName! - versionName "0.24.2" - versionCode 119 + versionName "0.24.3" + versionCode 120 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 7d71fb7ab..14ee199fd 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,12 @@ + + Charts: Try to fix another crash + Pebble: Fix weather for some watchfaces when using background JS + Amazfit Cor: Allow watchfaces to be flashed (untested) + Amazfit Bip: Better detection for flashable font types + Fix number only privacy option + Fix crash when changing the periodic database export interval Amazfit Bip: Allow fonts and new res format to be flashed diff --git a/fastlane/metadata/android/en-US/changelogs/120.txt b/fastlane/metadata/android/en-US/changelogs/120.txt new file mode 100644 index 000000000..16293e62d --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/120.txt @@ -0,0 +1,5 @@ +* Charts: Try to fix another crash +* Pebble: Fix weather for some watchfaces when using background JS +* Amazfit Cor: Allow watchfaces to be flashed (untested) +* Amazfit Bip: Better detection for flashable font types +* Fix number only privacy option