From 2647d981b4a73d26abaca6a0372cf42867ecc6a5 Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Sun, 10 Feb 2019 22:39:05 +0100 Subject: [PATCH] bump version, add changelog --- CHANGELOG.md | 7 +++++++ app/build.gradle | 4 ++-- app/src/main/res/xml/changelog_master.xml | 7 +++++++ fastlane/metadata/android/en-US/changelogs/145.txt | 5 +++++ 4 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/145.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 35baab24e..b7d8067f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ### Changelog +#### Version 0.32.2 +* Fix setting alarms under some circumstances +* Support calls notifications for some VoIP apps +* Mi Band 3: Enable fetching sports activities (currently only useful for flushing activities) +* Casio: Improve stability +* Casio: Add explicit support for GB-6900B, GB-X6900B and GB-5600B + #### Version 0.32.1 * Fix db deadlock on alarm migration diff --git a/app/build.gradle b/app/build.gradle index 3e38a1c82..bf90c6506 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.1" - versionCode 144 + versionName "0.32.2" + versionCode 145 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 6210076c0..d5d5540c5 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,12 @@ + + Fix setting alarms under some circumstances + Support calls notifications for some VoIP apps + Mi Band 3: Enable fetching sports activities (currently only useful for flushing activities) + Casio: Improve stability + Casio: Add explicit support for GB-6900B, GB-X6900B and GB-5600B + Fix db deadlock on alarm migration diff --git a/fastlane/metadata/android/en-US/changelogs/145.txt b/fastlane/metadata/android/en-US/changelogs/145.txt new file mode 100644 index 000000000..3da29763f --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/145.txt @@ -0,0 +1,5 @@ +* Fix setting alarms under some circumstances +* Support calls notifications for some VoIP apps +* Mi Band 3: Enable fetching sports activities (currently only useful for flushing activities) +* Casio: Improve stability +* Casio: Add explicit support for GB-6900B, GB-X6900B and GB-5600B