diff --git a/CHANGELOG.md b/CHANGELOG.md index 4749b77d1..122f119ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,11 @@ ### Changelog -#### Version NEXT +#### Version 0.22.2 * Charts: Add setting to disable swiping charts left/right and some UI changes * Pebble: Use the configured unit system also for system weather app * Mi Band 2: Fix HR being absent in charts -* Amazfit Bip: Add setting to allow manual language selection +* Amazfit Bip: Allow manual language selection in settings +* Amazfit Cor: Fix firmware update #### Version 0.22.1 * Mi Band 2: Fix being detected as Amazfit Bip which lead to various problems especially on newly paired devices diff --git a/app/build.gradle b/app/build.gradle index 7dc949d54..8ec83915e 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.22.1" - versionCode 109 + versionName "0.22.2" + versionCode 110 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 4296457f9..1c992e522 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,9 +1,11 @@ - - Charts: added preference to disable swiping charts left/right and some UI changes - + + Charts: Add setting to disable swiping charts left/right and some UI changes Pebble: Use the configured unit system also for system weather app + Mi Band 2: Fix HR being absent in charts + Amazfit Bip: Allow manual language selection in settings + Amazfit Cor: Fix firmware update Mi Band 2: Fix being detected as Amazfit Bip which lead to various problems especially on newly paired devices diff --git a/fastlane/metadata/android/en-US/changelogs/110.txt b/fastlane/metadata/android/en-US/changelogs/110.txt new file mode 100644 index 000000000..27e6efa1e --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/110.txt @@ -0,0 +1,5 @@ +* Charts: Add setting to disable swiping charts left/right and some UI changes +* Pebble: Use the configured unit system also for system weather app +* Mi Band 2: Fix HR being absent in charts +* Amazfit Bip: Allow manual language selection in settings +* Amazfit Cor: Fix firmware update