From d259b4ecbfb691ae93151efc46e26b330ef8ac59 Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Sat, 12 May 2018 23:05:48 +0200 Subject: [PATCH] Bump version, add changelog --- CHANGELOG.md | 6 ++++++ app/build.gradle | 4 ++-- app/src/main/res/xml/changelog_master.xml | 6 ++++++ fastlane/metadata/android/en-US/changelogs/130.txt | 4 ++++ 4 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/130.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 716b091eb..da31174f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ### Changelog +#### Version 0.26.4 +* Fix a bug with Toasts appearing every time a notification arrives when bluetooth is disabled +* Pebble 2: Add optional GATT client only mode that might help with connection stability +* Amazfit Cor: Fix detection of newer firmwares +* Mi Band 2: Fix text notifcations not appearing with short vibration patterns + #### Version 0.26.3 * Amazfit Bip: Add proper mime type to shared gpx files * Amazfit Bip: allow to set displayed menu items diff --git a/app/build.gradle b/app/build.gradle index 74973f907..7d09bbf6d 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.26.3" - versionCode 129 + versionName "0.26.4" + versionCode 130 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 14260766f..16d549c08 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,11 @@ + + Fix a bug with Toasts appearing every time a notification arrives when bluetooth is disabled + Pebble 2: Add optional GATT client only mode that might help with connection stability + Amazfit Cor: Fix detection of newer firmwares + Mi Band 2: Fix text notifcations not appearing with short vibration patterns + Amazfit Bip: Add proper mime type to shared gpx files Amazfit Bip: allow to set displayed menu items diff --git a/fastlane/metadata/android/en-US/changelogs/130.txt b/fastlane/metadata/android/en-US/changelogs/130.txt new file mode 100644 index 000000000..b58bfdb31 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/130.txt @@ -0,0 +1,4 @@ +* Fix a bug with Toasts appearing every time a notification arrives when bluetooth is disabled +* Pebble 2: Add optional GATT client only mode that might help with connection stability +* Amazfit Cor: Fix detection of newer firmwares +* Mi Band 2: Fix text notifcations not appearing with short vibration patterns