From 8b445bab20ec0445184c950cc1820922e0d749c4 Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Sun, 22 Jul 2018 16:31:38 +0200 Subject: [PATCH] Bump version, add changelog --- CHANGELOG.md | 7 +++++++ app/build.gradle | 4 ++-- app/src/main/res/xml/changelog_master.xml | 7 +++++++ fastlane/metadata/android/en-US/changelogs/135.txt | 5 +++++ 4 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/135.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 455bc44d9..8d6210945 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ### Changelog +#### Version 0.28.1 +* Fix wrong weather icon mapping in rare cases +* Fix device discovery on Android 4.4 +* Amazfit Bip: Use UTC in gpx tracks for better compatibility with external software +* Amazfit Bip: Add the (localized) activity type to the gpx filename +* Amazfit Bip: Fix weather on latest firmwares + #### Version 0.28.0 * Initial support for ZeTime * Amazfit Bip/Cor: Rework firmware detection to cope with new version scheme diff --git a/app/build.gradle b/app/build.gradle index 13bb7b231..26d186448 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.28.0" - versionCode 134 + versionName "0.28.1" + versionCode 135 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 64ce04aec..65decd4ac 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,12 @@ + + Fix wrong weather icon mapping in rare cases + Fix device discovery on Android 4.4 + Amazfit Bip: Use UTC in gpx tracks for better compatibility with external software + Amazfit Bip: Add the (localized) activity type to the gpx filename + Amazfit Bip: Fix weather on latest firmwares + Initial support for ZeTime Amazfit Bip/Cor: Rework firmware detection to cope with new version scheme diff --git a/fastlane/metadata/android/en-US/changelogs/135.txt b/fastlane/metadata/android/en-US/changelogs/135.txt new file mode 100644 index 000000000..f71dfa789 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/135.txt @@ -0,0 +1,5 @@ +* Fix wrong weather icon mapping in rare cases +* Fix device discovery on Android 4.4 +* Amazfit Bip: Use UTC in gpx tracks for better compatibility with external software +* Amazfit Bip: Add the (localized) activity type to the gpx filename +* Amazfit Bip: Fix weather on latest firmwares