diff --git a/CHANGELOG.md b/CHANGELOG.md index aa203598c..0e2e9014d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,12 @@ ### Changelog -#### WIP +#### Version 0.42.0 * Initial iTag support * Fix indefinitely lasting bluetooth scans when location permission has not been granted * Try to stop incoming VoIP call notification when the call is answered +* Vectorize some icons and add a new Mi Scale 2 icon +* Mi Band 4: Make high MTU optional, fixes problems on some phones +* ZeTime: Fix probably broken support (duplicate id used by Fossil) #### Version 0.41.1 * Huami: allow to have alarms without snooze feature diff --git a/app/build.gradle b/app/build.gradle index 93083c121..65c329204 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.41.1" - versionCode 166 + versionName "0.42.0" + versionCode 167 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 7a57f4a44..c9deff023 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,13 @@ + + Initial iTag support + Fix indefinitely lasting bluetooth scans when location permission has not been granted + Try to stop incoming VoIP call notification when the call is answered + Vectorize some icons and add a new Mi Scale 2 icon + Mi Band 4: Make high MTU optional, fixes problems on some phones + ZeTime: Fix probably broken support (duplicate id used by Fossil) + Huami: allow to have alarms without snooze feature Mi Band 2: Properly stop a call notification when text notifications are disabled diff --git a/fastlane/metadata/android/en-US/changelogs/167.txt b/fastlane/metadata/android/en-US/changelogs/167.txt new file mode 100644 index 000000000..f9d0e37df --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/167.txt @@ -0,0 +1,6 @@ +* Initial iTag support +* Fix indefinitely lasting bluetooth scans when location permission has not been granted +* Try to stop incoming VoIP call notification when the call is answered +* Vectorize some icons and add a new Mi Scale 2 icon +* Mi Band 4: Make high MTU optional, fixes problems on some phones +* ZeTime: Fix probably broken support (duplicate id used by Fossil)