diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bfaf57c..5eada214 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ ### Changelog +#### Version 0.21.1 +* Initial support for EXRIZU K8 (HPLus variant) +* Mi Band 2: Support multiple button actions +* NO.1 F1: Fetch sleep data +* NO.1 F1: Heart rate support +* Pebble: Support controlling the current active media playback application +* Fix suspended activities coming to front when rotating the screen + #### Version 0.21.0 * Initial NO.1 F1 support * Initial Teclast H30 support diff --git a/app/build.gradle b/app/build.gradle index a9dff3d8..c0e7d68c 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.21.0" - versionCode 101 + versionName "0.21.1" + versionCode 102 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 a6d9f350..27927835 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,13 @@ + + Initial support for EXRIZU K8 (HPLus variant) + Mi Band 2: Support multiple button actions + NO.1 F1: Fetch sleep data + NO.1 F1: Heart rate support + Pebble: Support controlling the current active media playback application + Fix suspended activities coming to front when rotating the screen + Initial NO.1 F1 support Initial Teclast H30 support diff --git a/fastlane/metadata/android/en-US/changelogs/102.txt b/fastlane/metadata/android/en-US/changelogs/102.txt new file mode 100644 index 00000000..48f0aca9 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/102.txt @@ -0,0 +1,6 @@ +* Initial support for EXRIZU K8 (HPLus variant) +* Mi Band 2: Support multiple button actions +* NO.1 F1: Fetch sleep data +* NO.1 F1: Heart rate support +* Pebble: Support controlling the current active media playback application +* Fix suspended activities coming to front when rotating the screen