From 403a1fee64d7190d90b69ffa86f4c43638856d71 Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Tue, 28 Jan 2020 11:25:56 +0100 Subject: [PATCH] bump version add changelogs --- CHANGELOG.md | 5 +++-- app/build.gradle | 4 ++-- app/src/main/res/xml/changelog_master.xml | 6 ++++++ fastlane/metadata/android/en-US/changelogs/166.txt | 4 ++++ 4 files changed, 15 insertions(+), 4 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/166.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 840b7cf67..996ab271c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ ### Changelog - -#### Next Version +#### Version 0.41.1 * Huami: allow to have alarms without snooze feature * Mi Band 2: Properly stop a call notification when text notifications are disabled +* VoIP calls: ignore notifications with only one action, assuming it is an outgoing call +* Try to fix notifications from Business Calendar #### Version 0.41.0 * JYou Y5: Initial support diff --git a/app/build.gradle b/app/build.gradle index c1fcac98a..93083c121 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.0" - versionCode 165 + versionName "0.41.1" + versionCode 166 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 c6eee8263..7a57f4a44 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,11 @@ + + Huami: allow to have alarms without snooze feature + Mi Band 2: Properly stop a call notification when text notifications are disabled + VoIP calls: ignore notifications with only one action, assuming it is an outgoing call + Try to fix notifications from Business Calendar + JYou Y5: Initial support Mi Band 2/Amazfit Bip: Redesign button actions for easy music control setup and support long presses on Bip diff --git a/fastlane/metadata/android/en-US/changelogs/166.txt b/fastlane/metadata/android/en-US/changelogs/166.txt new file mode 100644 index 000000000..7910f4018 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/166.txt @@ -0,0 +1,4 @@ +* Huami: allow to have alarms without snooze feature +* Mi Band 2: Properly stop a call notification when text notifications are disabled +* VoIP calls: ignore notifications with only one action, assuming it is an outgoing call +* Try to fix notifications from Business Calendar