From 5b804bfb171e331e778c8d2dded7d6c4196b04fb Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Mon, 12 Feb 2024 15:36:30 +0100 Subject: [PATCH] update changelogs, bump version --- CHANGELOG.md | 5 ++-- app/build.gradle | 4 +-- app/src/main/res/xml/changelog_master.xml | 25 +++++++++++++++++++ .../metadata/android/en-US/changelogs/229.txt | 23 +++++++++++++++++ 4 files changed, 52 insertions(+), 5 deletions(-) create mode 100644 src/main/fastlane/metadata/android/en-US/changelogs/229.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index fc35a7f66..602be018f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,6 @@ ### Changelog -#### Next Version (WIP) - +#### 0.79.0 * Initial support for Honor Magic Watch 2 * Initial support for Mijia MHO-C303 * Initial support for Nothing CMF Watch Pro @@ -15,7 +14,7 @@ * Huawei Watch GT 2: Fix pairing * Redmi Smart Band Pro: Fix password digits * Pebble: Fix app configuration page -* Pebble: Fix pairing issue with Pebble 2 +* Pebble 2: Fix pairing issue * PineTime: Fix weather forecast on InfiniTime's new simple weather * Xiaomi: Fix sleep sometimes extending past the wakeup time * Xiaomi: Request battery level and charging state periodically diff --git a/app/build.gradle b/app/build.gradle index b5afb38b2..ed5180e8b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -89,8 +89,8 @@ android { compileSdk 33 // Note: always bump BOTH versionCode and versionName! - versionName "0.78.0" - versionCode 228 + versionName "0.79.0" + versionCode 229 vectorDrawables.useSupportLibrary = true buildConfigField "String", "GIT_HASH_SHORT", "\"${getGitHashShort()}\"" buildConfigField "boolean", "INTERNET_ACCESS", "false" diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index 62ea1ad0b..0b3fc33d4 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,30 @@ + + Initial support for Honor Magic Watch 2 + Initial support for Mijia MHO-C303 + Initial support for Nothing CMF Watch Pro + Initial support for Sony WI-SP600N + Experimental support for Redmi Watch 2 + Experimental support for Xiaomi Smart Band 8 Pro + Experimental support for Xiaomi Watch S1 Pro + Experimental support for Xiaomi Watch S1 + Experimental support for Xiaomi Watch S3 + Galaxy Buds2 Pro: Fix recognition of some versions + Huawei Watch GT 2: Fix pairing + Redmi Smart Band Pro: Fix password digits + Pebble: Fix app configuration page + Pebble 2: Fix pairing issue + PineTime: Fix weather forecast on InfiniTime's new simple weather + Xiaomi: Fix sleep sometimes extending past the wakeup time + Xiaomi: Request battery level and charging state periodically + Xiaomi: Fix sleep stage parsing for some devices + Zepp OS: Improve device discovery + Zepp OS: Fix weather not working on some devices + Zepp OS: Prevent crash when installing large firmware updates + Fix sport activity summary group order + Fix reconnection to devices failing occasionally + Initial support for Honor Band 3,4,5,6 Initial support for Huawei Band 4, 4 Pro, 6, 7, 3e, 4e diff --git a/src/main/fastlane/metadata/android/en-US/changelogs/229.txt b/src/main/fastlane/metadata/android/en-US/changelogs/229.txt new file mode 100644 index 000000000..fb398599b --- /dev/null +++ b/src/main/fastlane/metadata/android/en-US/changelogs/229.txt @@ -0,0 +1,23 @@ +* Initial support for Honor Magic Watch 2 +* Initial support for Mijia MHO-C303 +* Initial support for Nothing CMF Watch Pro +* Initial support for Sony WI-SP600N +* Experimental support for Redmi Watch 2 +* Experimental support for Xiaomi Smart Band 8 Pro +* Experimental support for Xiaomi Watch S1 Pro +* Experimental support for Xiaomi Watch S1 +* Experimental support for Xiaomi Watch S3 +* Galaxy Buds2 Pro: Fix recognition of some versions +* Huawei Watch GT 2: Fix pairing +* Redmi Smart Band Pro: Fix password digits +* Pebble: Fix app configuration page +* Pebble 2: Fix pairing issue +* PineTime: Fix weather forecast on InfiniTime's new simple weather +* Xiaomi: Fix sleep sometimes extending past the wakeup time +* Xiaomi: Request battery level and charging state periodically +* Xiaomi: Fix sleep stage parsing for some devices +* Zepp OS: Improve device discovery +* Zepp OS: Fix weather not working on some devices +* Zepp OS: Prevent crash when installing large firmware updates +* Fix sport activity summary group order +* Fix reconnection to devices failing occasionally