diff --git a/CHANGELOG.md b/CHANGELOG.md index 05956ea17a..b1923eb801 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ### Changelog -#### Next release (WIP) +#### 0.90.0 * Initial support for Honor Magic Watch * Initial support for Y6 (GloryFit) diff --git a/app/build.gradle b/app/build.gradle index ffe22e859c..cd56e30891 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -98,8 +98,8 @@ android { minSdk = 23 // Note: always bump BOTH versionCode and versionName! - versionName "0.89.1" - versionCode 245 + versionName "0.90.0" + versionCode 246 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 df94fc4247..41f56593b5 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,50 @@ + + Initial support for Honor Magic Watch + Initial support for Y6 (GloryFit) + Initial support for Garmin Forerunner 935, Instinct 2S Surf, Instinct Solar Tactical + Initial support for Huawei Band 11 + Initial support for Laxasfit devices + Amazfit GTR 4: Add bluetooth name for Limited Edition + Amazfit Helio Strap: Hide heart rate monitoring config (always-on by design) + Charts: Improve VO2 Max chart range + CMF Watch Pro: Fix activity over-counting on timezone change + CMF Watch Pro: Fix exception on connection + Dashboard: Add PAI widget + Dashboard: Add preference for disabling dimming in Today widget + Dashboard: Add week day + Database: Improve access performance + Debug: Add setting to change device mac address + Garmin Venu 4: Fix bluetooth name + Garmin: Add Recovery Heart Rate and Rate of Perceived Exertion to activity summary + Garmin: Fix activity over-counting on timezone change + Garmin: Use current day resting heart rate + Health Connect: Fix calories unit + Health Connect: Fix duplicate and truncated sleep records + Health Connect: Fix duplicate records from workout syncer overlapping activity sync + Health Connect: Fix sync skipping some records + Huami: Map more apps to notification icons + Huawei Watch GT 6 Pro: Fix workout processing + Huawei/Honor: Enable VO2 Max for supported devices + Huawei/Honor: Fix workout processing for some devices + Mi Band 9 Active: Fix activity fetching + Pebble: Fix app configuration when internet helper is available but disallowed + Pebble: Fix crash when returning from exernal website from browser application + Pebble: Fix sending config to watchfaces + Sony WF-1000XM4: Enable speak-to-chat support + Webview: Do not check firewall when direct internet access is available + Withings Steel HR: Update battery and time on sync + Xiaomi-protobuf: Fix calories charts + Xiaomi: Fix first HC sync for SpO2 data + Zepp OS: Add setting to disable calendar event reminders + Zepp OS: Fix notification pictures + Zepp OS: Map some unknown display items + Zepp OS: Parse swimming details and temperature + Fix Tiny Weather Forecast Germany on some devices + Fix workout list icon tint in action menu + Fix crash on calendar sync if permissions are not granted + Garmin: Fix edge case on activity timestamp processing Huawei/Honor: Fix exception when processing workout data diff --git a/src/mainline/fastlane/metadata/android/en-US/changelogs/246.txt b/src/mainline/fastlane/metadata/android/en-US/changelogs/246.txt new file mode 100644 index 0000000000..40ee8e05c2 --- /dev/null +++ b/src/mainline/fastlane/metadata/android/en-US/changelogs/246.txt @@ -0,0 +1,7 @@ +• Support for 7 new devices: Honor Magic Watch, Huawei Band 11, Y6 (GloryFit), Laxasfit, and Garmin Forerunner 935/Instinct variants +• Dashboard updates: PAI widget, week day display, and optional dimming in today widget +• Garmin and Huawei/Honor: Workout processing and VO2 Max improvements +• Health Connect and activity sync fixes +• Multiple fixes across Pebble, Zepp OS, Xiaomi, CMF, Withings, Sony, and others + +Read the full changelog in the project repository.