From e8a597295c6489e7d81b6203ab3d36096b99d3c2 Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Tue, 12 Nov 2019 08:04:57 +0100 Subject: [PATCH] bump version, add changelog --- CHANGELOG.md | 5 +++++ app/build.gradle | 4 ++-- app/src/main/res/xml/changelog_master.xml | 5 +++++ fastlane/metadata/android/en-US/changelogs/161.txt | 3 +++ 4 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/161.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index f8949a94f..a1f1bfd27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ### Changelog +#### Version 0.39.0 +* Amazfit GTS: Initial and incomplete support, mostly untested +* Add forward/backward buttons to charts for faster navigation +* Debug: allow to reset last fetch date for Huami devices + #### Version 0.38.0 * Amazfit GTR: Initial and incomplete support, mostly untested * Amazfit Bip: add Portuguese to the list of selectable languages diff --git a/app/build.gradle b/app/build.gradle index 5a4a99a0b..c00f1f5fd 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.38.0" - versionCode 160 + versionName "0.39.0" + versionCode 161 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 dfa5b85cd..19193ca85 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,10 @@ + + Amazfit GTS: Initial and incomplete support, mostly untested + Add forward/backward buttons to charts for faster navigation + Debug: allow to reset last fetch date for Huami devices + Amazfit GTR: Initial and incomplete support, mostly untested Amazfit Bip: add Portuguese to the list of selectable languages diff --git a/fastlane/metadata/android/en-US/changelogs/161.txt b/fastlane/metadata/android/en-US/changelogs/161.txt new file mode 100644 index 000000000..799a98046 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/161.txt @@ -0,0 +1,3 @@ +* Amazfit GTS: Initial and incomplete support, mostly untested +* Add forward/backward buttons to charts for faster navigation +* Debug: allow to reset last fetch date for Huami devices