diff --git a/CHANGELOG.md b/CHANGELOG.md index 40b10e5f8..7f4c40660 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ### Changelog +#### Version 0.22.4 +* Mi Band 2/Bip/Cor: Whole day HR support +* Mi Band 2/Bip/Cor: Prevent writing a lot of HR samples to the database when not using the live activity feature +* Pebble: Fix some nasty crashes which occur since 0.22.0 +* Workround for non-working notifcations from wechat and outlook + #### Version 0.22.3 * Amazfit Bip: Allow flashing watchfaces * Amazfit Cor: Fix flashing new .res files diff --git a/app/build.gradle b/app/build.gradle index 2cafd8481..e2967aa1f 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.3" - versionCode 111 + versionName "0.22.4" + versionCode 112 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 645396b52..5e93b37b0 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,11 @@ + + Mi Band 2/Bip/Cor: Whole day HR support + Mi Band 2/Bip/Cor: Prevent writing a lot of HR samples to the database when not using the live activity feature + Pebble: Fix some nasty crashes which occur since 0.22.0 + Workround for non-working notifcations from wechat and outlook + Amazfit Bip: Allow flashing watchfaces Amazfit Cor: Fix flashing new .res files diff --git a/fastlane/metadata/android/en-US/changelogs/112.txt b/fastlane/metadata/android/en-US/changelogs/112.txt new file mode 100644 index 000000000..cd91d1333 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/112.txt @@ -0,0 +1,4 @@ +* Mi Band 2/Bip/Cor: Whole day HR support +* Mi Band 2/Bip/Cor: Prevent writing a lot of HR samples to the database when not using the live activity feature +* Pebble: Fix some nasty crashes which occur since 0.22.0 +* Workround for non-working notifcations from wechat and outlook