From 668ed5ab71ee07644b9fa56bae3a4584ac21d2e6 Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Mon, 25 Mar 2024 09:46:40 +0100 Subject: [PATCH] update changelogs, bump version --- CHANGELOG.md | 5 +++- app/build.gradle | 4 +-- app/src/main/res/xml/changelog_master.xml | 28 +++++++++++++++++++ .../metadata/android/en-US/changelogs/231.txt | 26 +++++++++++++++++ 4 files changed, 60 insertions(+), 3 deletions(-) create mode 100644 src/mainline/fastlane/metadata/android/en-US/changelogs/231.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 481c649e2..b4af9864c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ### Changelog -#### Next release (WIP) +#### 0.80.0 * Initial support for Amazfit Bip 3 * Initial support for Huawei Band 8 * Initial support for Huawei Watch GT 4 @@ -11,16 +11,19 @@ * Bangle.js: Set filename on save file dialogs * Bangle.js: Improve communication stability * Bangle.js: Sync activity tracks +* Bangle.js: remove unwanted charaters from calendar events * Femometer Vinca II: Add temperature charts * Fossil/Skagen Hybrids: Remove activity fetching toasts and add finished signal * Fossil/Skagen Hybrids: Use steps instead of calories for activity intensity * Fossil/Skagen Hybrids: Mark device busy and show transfer notification while syncing * Huami/Zepp OS: Fix activity sync getting stuck sometimes +* Mi Band 1/2: Fix vibration settings preference screens * Huawei: Add smart wakeup interval * Pebble: Fix pairing with LE counterpart * Xiaomi Watch S1 Pro: Add temperature charts * Xiaomi: Fix sleep sync failing when sleep stages are not found * Xiaomi: Improve activity sync +* Nothing CMF Watch Pro: Fix music playback status * Allow for device settings sub-screens (#3620) * Device connection: Add support for scan before BLE connection * Misc UI improvements (alarms, chart settings) diff --git a/app/build.gradle b/app/build.gradle index e3b13528e..d8ab18c2e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -90,8 +90,8 @@ android { minSdkVersion 21 // Note: always bump BOTH versionCode and versionName! - versionName "0.79.1" - versionCode 230 + versionName "0.80.0" + versionCode 231 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 2e8042c61..8de518035 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,33 @@ + + * Initial support for Amazfit Bip 3 + * Initial support for Huawei Band 8 + * Initial support for Huawei Watch GT 4 + * Initial support for Huawei Watch Ultimate + * Initial support for Sony LinkBuds + * Initial support for Xiaomi Smart Band 8 Active + * Bangle.js: Fix crash when file save is cancelled + * Bangle.js: Set filename on save file dialogs + * Bangle.js: Improve communication stability + * Bangle.js: Sync activity tracks + * Bangle.js: remove unwanted charaters from calendar events + * Femometer Vinca II: Add temperature charts + * Fossil/Skagen Hybrids: Remove activity fetching toasts and add finished signal + * Fossil/Skagen Hybrids: Use steps instead of calories for activity intensity + * Fossil/Skagen Hybrids: Mark device busy and show transfer notification while syncing + * Huami/Zepp OS: Fix activity sync getting stuck sometimes + * Mi Band 1/2: Fix vibration settings preference screens + * Huawei: Add smart wakeup interval + * Pebble: Fix pairing with LE counterpart + * Xiaomi Watch S1 Pro: Add temperature charts + * Xiaomi: Fix sleep sync failing when sleep stages are not found + * Xiaomi: Improve activity sync + * Nothing CMF Watch Pro: Fix music playback status + * Allow for device settings sub-screens (#3620) + * Device connection: Add support for scan before BLE connection + * Misc UI improvements (alarms, chart settings) + Initial support for Huawei Watch Fit Initial support for Xiaomi Redmi Watch 3 diff --git a/src/mainline/fastlane/metadata/android/en-US/changelogs/231.txt b/src/mainline/fastlane/metadata/android/en-US/changelogs/231.txt new file mode 100644 index 000000000..de7fba77a --- /dev/null +++ b/src/mainline/fastlane/metadata/android/en-US/changelogs/231.txt @@ -0,0 +1,26 @@ +* Initial support for Amazfit Bip 3 +* Initial support for Huawei Band 8 +* Initial support for Huawei Watch GT 4 +* Initial support for Huawei Watch Ultimate +* Initial support for Sony LinkBuds +* Initial support for Xiaomi Smart Band 8 Active +* Bangle.js: Fix crash when file save is cancelled +* Bangle.js: Set filename on save file dialogs +* Bangle.js: Improve communication stability +* Bangle.js: Sync activity tracks +* Bangle.js: remove unwanted charaters from calendar events +* Femometer Vinca II: Add temperature charts +* Fossil/Skagen Hybrids: Remove activity fetching toasts and add finished signal +* Fossil/Skagen Hybrids: Use steps instead of calories for activity intensity +* Fossil/Skagen Hybrids: Mark device busy and show transfer notification while syncing +* Huami/Zepp OS: Fix activity sync getting stuck sometimes +* Mi Band 1/2: Fix vibration settings preference screens +* Huawei: Add smart wakeup interval +* Pebble: Fix pairing with LE counterpart +* Xiaomi Watch S1 Pro: Add temperature charts +* Xiaomi: Fix sleep sync failing when sleep stages are not found +* Xiaomi: Improve activity sync +* Nothing CMF Watch Pro: Fix music playback status +* Allow for device settings sub-screens (#3620) +* Device connection: Add support for scan before BLE connection +* Misc UI improvements (alarms, chart settings)