From 85176e7c3cd6a2fa149dfa2985b3e4033a4a8173 Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Sun, 1 Jul 2018 23:07:39 +0200 Subject: [PATCH] Bump version, update changelogs --- CHANGELOG.md | 7 +++++++ app/build.gradle | 4 ++-- app/src/main/res/xml/changelog_master.xml | 7 +++++++ fastlane/metadata/android/en-US/changelogs/133.txt | 5 +++++ 4 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/133.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index fcaa33393..04f9f6793 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ### Changelog +#### Version 0.27.1 +* Pebble: Change appstore search to point to RomanPort's pebble appstore +* Mi Band 3: Allow flashing fonts (untested) +* Amazfit Bip: Allow flashing latest firmwares +* Amazfit Cor: Allow flashing Bip fonts (untested) +* Allow to limit auto fetch to a user configurable time interval + #### Version 0.27.0 * Initial support for Mi Band 3 (largely untested, needs to be connected to Mi Fit once) * Option for automatic activity sync after screen unlock diff --git a/app/build.gradle b/app/build.gradle index ae860a867..cc5d97294 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.27.0" - versionCode 132 + versionName "0.27.1" + versionCode 133 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 5f0ed787e..b22a59188 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,12 @@ + + Pebble: Change appstore search to point to RomanPort's pebble appstore + Mi Band 3: Allow flashing fonts (untested) + Amazfit Bip: Allow flashing latest firmwares + Amazfit Cor: Allow flashing Bip fonts (untested) + Allow to limit auto fetch to a user configurable time interval + Initial support for Mi Band 3 (largely untested, needs to be connected to Mi Fit once) Option for automatic activity sync after screen unlock diff --git a/fastlane/metadata/android/en-US/changelogs/133.txt b/fastlane/metadata/android/en-US/changelogs/133.txt new file mode 100644 index 000000000..be06947ed --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/133.txt @@ -0,0 +1,5 @@ +* Pebble: Change appstore search to point to RomanPort's pebble appstore +* Mi Band 3: Allow flashing fonts (untested) +* Amazfit Bip: Allow flashing latest firmwares +* Amazfit Cor: Allow flashing Bip fonts (untested) +* Allow to limit auto fetch to a user configurable time interval