diff --git a/CHANGELOG.md b/CHANGELOG.md index 66ced7d35..ce3c159f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ ### Changelog +#### Version 0.32.4 +* Make voip call support optional (disabled by default) +* Amazfit Bip: GPX export corrections +* ZeTime: Fix setting alarms +* ZeTime: Fix wrong activity timestamps +* ZeTime: Set HR alarm limits when changed, not only on connect +* ZeTime: Sync preferences from the watch to Gadgetbridge settings + #### Version 0.32.3 * Fix a crash in charts due to a broken German translation * Fix a crash when transliterating emoji diff --git a/app/build.gradle b/app/build.gradle index 6c2fe1240..1a9e76995 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.32.3" - versionCode 146 + versionName "0.32.4" + versionCode 147 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 b5b411f8f..7fe4929a7 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,13 @@ + + Make voip call support optional (disabled by default) + Amazfit Bip: GPX export corrections + ZeTime: Fix setting alarms + ZeTime: Fix wrong activity timestamps + ZeTime: Set HR alarm limits when changed, not only on connect + ZeTime: Sync preferences from the watch to Gadgetbridge settings + Fix a crash in charts due to a broken German translation Fix a crash when transliterating emoji diff --git a/fastlane/metadata/android/en-US/changelogs/147.txt b/fastlane/metadata/android/en-US/changelogs/147.txt new file mode 100644 index 000000000..bd50807a1 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/147.txt @@ -0,0 +1,6 @@ +* Make voip call support optional (disabled by default) +* Amazfit Bip: GPX export corrections +* ZeTime: Fix setting alarms +* ZeTime: Fix wrong activity timestamps +* ZeTime: Set HR alarm limits when changed, not only on connect +* ZeTime: Sync preferences from the watch to Gadgetbridge settings