diff --git a/CHANGELOG.md b/CHANGELOG.md index 62161f2686..ca9d5c2cfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ### Changelog -#### Next version (WIP) +#### 0.89.0 * Add support for Internethelper * Add support for Health Connect diff --git a/app/build.gradle b/app/build.gradle index d570c29f06..b6f71153c7 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.88.0" - versionCode 243 + versionName "0.89.0" + versionCode 244 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 efd91746c8..9481303efa 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,103 @@ + + Add support for Internethelper + Add support for Health Connect + Initial support for CMF Buds 2 + Initial support for Colmi V73 + Initial support for D3, Qecnato S10 (GloryFit) + Initial support for Galaxy Buds3 Pro + Initial support for Garmin Edge 130, Edge 840, Edge 1040, Forerunner 920, GPSMAP 66s, Lily 2 + Initial support for Yawell R05 + Initial support for Sanitas SBM67 / SilverCrest SBM67 blood pressure meter + Initial support for Zendure SolarFlow (tested only 800 Pro) + Experimental support for Amazfit Active Max, Balance 2 XT + Experimental support for Garmin Fenix 5S + Experimental support for Mi Band 4C + Experimental support for OneTouch blood glucose meters (tested only Select Plus Flex) + Amazfit Bip / Bip Lite / Cor 2: Restore 3rd party realtime HR setting + Amazfit Helio Strap: Enable workout detection sensitivity + Bangle.js: Fix handling HTTP method + Bangle.js: Fix starting accelerometer when SleepAsAndroid resumes + CMF Watch Pro 2: Improve activity parsing + CMF Watch Pro: Fix active score + CMF Watch Pro: Fix measurement system + CMF Watch Pro: Rework device settings screen + CMF Watch: Fix weather + Even Realities G1: Improve connection stability + Galaxy Buds3 Pro: Fix icon color + Garmin: Add average ascent velocity + Garmin: Allow firewalled app internet access + Garmin: Disable some features on unsupported devices + Garmin: Disable VO2 Max split on devices that do not support it + Garmin: Display intervals on non-swimming activities + Garmin: Display sleep restless moments + Garmin: Fix esports activity + Garmin: Fix occasional crash when disconnecting + Garmin: Fix pairing for some older devices + Garmin: Fix processing of activity files with custom data + Garmin: Fix some crashes when processing activity files + Garmin: Fix some missing VO2 Max cycling activities + Garmin: Improve connection stability + Garmin: Make calories consistent with other devices + GloryFit: Add screen timeout setting + GloryFit: Fix screen timeout preference + GloryFit: SOS contact (experimental) + Heart Rate devices: Parse and persist RR intervals + Huami: Improve workout charts for activities without gps + Huawei Watch Fit: Fix crash on sync + Huawei: Sync raw ECG data (no UI) + InfiniTime: Add resources upload + Marstek B2500: Support setting solar panel peak power + Pebble: Add weather support in Tears of the Kingdom watchface + Pebble: Check for watchapp updates if internet is available + Pebble: Download and show app/watchface previews + Pebble: Fix nightly weather icons + Pebble: Support Signal icon with 2025 models + Pinetime: Add sunrise and sunset weather data + Polar: Disable unused charts + Xiaomi-protobuf: Enable active calories + Xiaomi-protobuf: Improve outdoor running, treadmill and elliptical parsing + Zepp OS 5: Fix weather + Zepp OS: Add e-bike activity + Zepp OS: Add jump rope stats + Zepp OS: Fix HRV on some devices + Zepp OS: Fix notification image encoding for some devices + Add "Today" and "distant past" quick filter option to workout list with persistent selection + Add auto phone call answer and notification speaking to some headphones that were missing it (Anker Soundcore Liberty 3 Pro / 4 NC, Bose QC35, Pixel Buds A, Redmi Buds, Soundcore AeroFit 2 / Q30) + Add distinct VO2 Max ranges per age / gender + Add HRV summary computation for all devices that support HRV + Add italian transliteration + Add timeout to reconnect when initial connection becomes stuck + Add transliteration of arrow emojis + Attempt to reconnect faster on connection loss + Avoid UI freeze when deleting device + Calendar Sync: Add the option to filter events + Camera: Fix theme + Charts: Add hours to x-axis + Charts: Add loading indicator + Charts: Add units to calories and SpO2 charts + Charts: Add weekly/monthly blood oxygen + Charts: Add weekly/monthly body energy + Charts: Fix imperial units on temperature charts + Charts: Make max temperature dynamic + Dashboard: Fix some widgets linking to unsupported devices + Dashboard: Only include activities from enabled devices + Debug: Add setting to override BUSY_CHECKING + Debug: Revamp debug activity + Dismiss permissions screen after all permissions granted + Display device alias hints on file manager + Fetch all sync data types from notification + Fix 0-second sleep sessions + Fix bluetooth disconnected toasts while bluetooth is off + Fix call mute command in non-mainline build flavors + Fix raw details paths when moving between Gadgetbridge versions + Improve Gadgetbridge restart + Improve zip export speed + Intent API: Fix database and zip export intents + Keep screen on during zip export / import + Make GenericWeatherReceiver work without any connected devices + Initial support for Amazfit GTS 4 Mini New, T-Rex 3 Pro Initial support for Coospo H9Z diff --git a/src/mainline/fastlane/metadata/android/en-US/changelogs/244.txt b/src/mainline/fastlane/metadata/android/en-US/changelogs/244.txt new file mode 100644 index 0000000000..9442930d76 --- /dev/null +++ b/src/mainline/fastlane/metadata/android/en-US/changelogs/244.txt @@ -0,0 +1,7 @@ +• Optional internet access with Internethelper +• Health Connect integration +• Support for 20 new devices +• Workout parsing fixes across multiple devices +• Improved charts + +Read the full changelog in the project repository.