mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
Update changelog
This commit is contained in:
+14
-2
@@ -3,13 +3,15 @@
|
|||||||
#### 0.88.0
|
#### 0.88.0
|
||||||
|
|
||||||
* Initial support for Amazfit GTS 4 Mini New, T-Rex 3 Pro
|
* Initial support for Amazfit GTS 4 Mini New, T-Rex 3 Pro
|
||||||
|
* Initial support for Coospo H9Z
|
||||||
* Initial support for Garmin Edge Explore
|
* Initial support for Garmin Edge Explore
|
||||||
* Initial support for Garmin HRM-Pro Plus
|
* Initial support for Garmin HRM-Pro Plus
|
||||||
* Initial support for Garmin Enduro, Epix, Fenix 6 Pro, Fenix 6X Sapphire, Forerunner 35, Forerunner 745, Venu 4
|
* Initial support for Garmin Descent G2, Enduro, Epix, Fenix 6 Pro, Fenix 6S Pro Solar, Fenix 6X Sapphire, Forerunner 35, Forerunner 745, Quatix 8, Venu 4
|
||||||
* Initial support for Huawei FreeArc
|
* Initial support for Huawei FreeArc
|
||||||
* Initial support for Huawei Watch GT 6 (Pro)
|
* Initial support for Huawei Watch GT 6 (Pro)
|
||||||
* Initial support for more FitPro devices
|
* Initial support for more FitPro devices
|
||||||
* Initial support for Pebble 2 Duo / Time 2
|
* Initial support for Pebble 2 Duo / Time 2
|
||||||
|
* Initial support for IMIKI Frame 2, S52 (GloryFit)
|
||||||
* Initial support for Sony WH-CH720N
|
* Initial support for Sony WH-CH720N
|
||||||
* Amazfit GTS: Fix device discovery
|
* Amazfit GTS: Fix device discovery
|
||||||
* Amazfit T-Rex 3 Pro: Fix device discovery
|
* Amazfit T-Rex 3 Pro: Fix device discovery
|
||||||
@@ -25,20 +27,28 @@
|
|||||||
* Garmin: Add temperature / diving depth charts
|
* Garmin: Add temperature / diving depth charts
|
||||||
* Garmin: Add workaround for missing next page id on new sync protocol
|
* Garmin: Add workaround for missing next page id on new sync protocol
|
||||||
* Garmin: Allow installing unsupported files
|
* Garmin: Allow installing unsupported files
|
||||||
|
* Garmin: Fix current training load fetching
|
||||||
|
* Garmin: Fix feels-like temperature
|
||||||
* Garmin: Fix legacy fit file decoding
|
* Garmin: Fix legacy fit file decoding
|
||||||
|
* Garmin: Fix map in diving activities
|
||||||
* Garmin: Fix notifications on recent firmware versions
|
* Garmin: Fix notifications on recent firmware versions
|
||||||
* Garmin: Fix realtime settings crash
|
* Garmin: Fix realtime settings crash
|
||||||
* Garmin: MLR support
|
* Garmin: MLR support
|
||||||
* Garmin: Send app notification icons
|
* Garmin: Send app notification icons
|
||||||
|
* Garmin: Send current air quality
|
||||||
* Huawei: Activate Arterial Stiffness Detection, ECG (no sync)
|
* Huawei: Activate Arterial Stiffness Detection, ECG (no sync)
|
||||||
* Huawei: Add contact sync support
|
* Huawei: Add contact sync support
|
||||||
* Huawei: Experimental support for health feature configuration
|
* Huawei: Experimental support for health feature configuration
|
||||||
* Huawei: Fetch HRV, more sleep stats, resting HR, and emotions
|
* Huawei: Fetch HRV, more sleep stats, resting HR, and emotions
|
||||||
* Huawei: Fix send GPS and time data
|
* Huawei: Fix send GPS and time data
|
||||||
|
* Huawei: Fix VoIP call notification
|
||||||
* Huawei: Fix weather speed, wind direction and uvIndex
|
* Huawei: Fix weather speed, wind direction and uvIndex
|
||||||
* Huawei: Improve swimming and jump rope workout parsing
|
* Huawei: Improve swimming and jump rope workout parsing
|
||||||
|
* Huawei: Initial step-by-step navigation support
|
||||||
|
* Huawei: Notifications picture support
|
||||||
* Huawei: Pulse wave arrhythmia activation and control (no sync)
|
* Huawei: Pulse wave arrhythmia activation and control (no sync)
|
||||||
* Huawei: Sleep breathing awareness for new devices (no sync)
|
* Huawei: Sleep breathing awareness for new devices (no sync)
|
||||||
|
* Huawei: Sync sleep apnea (no UI)
|
||||||
* Huawei: View heart rate zones and limits
|
* Huawei: View heart rate zones and limits
|
||||||
* Pebble: Map cloudy weather icons in system weather app (on fw 4.x)
|
* Pebble: Map cloudy weather icons in system weather app (on fw 4.x)
|
||||||
* Pebble: Remove firmware 1.x and 2.x support
|
* Pebble: Remove firmware 1.x and 2.x support
|
||||||
@@ -56,13 +66,15 @@
|
|||||||
* Zepp OS: Fix gpx import for some devices
|
* Zepp OS: Fix gpx import for some devices
|
||||||
* Zepp OS: Map bouldering activity
|
* Zepp OS: Map bouldering activity
|
||||||
* Zepp OS: Process workout movement evaluation
|
* Zepp OS: Process workout movement evaluation
|
||||||
|
* Allow notifications while screen saver is on
|
||||||
* Add setting to force legacy GATT
|
* Add setting to force legacy GATT
|
||||||
* Maps: Add themes biker, dark, indigo
|
* Maps: Add themes biker, dark, indigo
|
||||||
* Fix auto zip export when file already exists
|
* Fix auto zip export when file already exists
|
||||||
* Fix full crash when re-processing workout details fails
|
* Fix full crash when re-processing workout details fails
|
||||||
* Fix crash while loading some notification pictures
|
* Fix crash while loading some notification pictures
|
||||||
* Fix OpenTracks icon mapping
|
* Fix OpenTracks icon mapping
|
||||||
* Fix spam from WhatsApp progress notifications
|
* Fix pairing of unsupported devices
|
||||||
|
* Fix spam from Microsoft Teams and WhatsApp notifications
|
||||||
* Improve gpx parsing and exporting
|
* Improve gpx parsing and exporting
|
||||||
|
|
||||||
#### 0.87.1
|
#### 0.87.1
|
||||||
|
|||||||
@@ -1,5 +1,81 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog>
|
<changelog>
|
||||||
|
<release version="0.88.0" versioncode="243">
|
||||||
|
<change>Initial support for Amazfit GTS 4 Mini New, T-Rex 3 Pro</change>
|
||||||
|
<change>Initial support for Coospo H9Z</change>
|
||||||
|
<change>Initial support for Garmin Edge Explore</change>
|
||||||
|
<change>Initial support for Garmin HRM-Pro Plus</change>
|
||||||
|
<change>Initial support for Garmin Descent G2, Enduro, Epix, Fenix 6 Pro, Fenix 6S Pro Solar, Fenix 6X Sapphire, Forerunner 35, Forerunner 745, Quatix 8, Venu 4</change>
|
||||||
|
<change>Initial support for Huawei FreeArc</change>
|
||||||
|
<change>Initial support for Huawei Watch GT 6 (Pro)</change>
|
||||||
|
<change>Initial support for more FitPro devices</change>
|
||||||
|
<change>Initial support for Pebble 2 Duo / Time 2</change>
|
||||||
|
<change>Initial support for IMIKI Frame 2, S52 (GloryFit)</change>
|
||||||
|
<change>Initial support for Sony WH-CH720N</change>
|
||||||
|
<change>Amazfit GTS: Fix device discovery</change>
|
||||||
|
<change>Amazfit T-Rex 3 Pro: Fix device discovery</change>
|
||||||
|
<change>Bangle.js: Avoid repeated media updates without changes</change>
|
||||||
|
<change>C20: Fix bluetooth name matching on some watches</change>
|
||||||
|
<change>CMF Watch Pro: Fix some activity samples being discarded</change>
|
||||||
|
<change>Coospo HW807: Fix device discovery</change>
|
||||||
|
<change>Even Realities G1: Fix support for some BLE names</change>
|
||||||
|
<change>Even Realities G1: Improve connection reliability</change>
|
||||||
|
<change>Even Realities G1: Support non-latin charaters in notifications</change>
|
||||||
|
<change>Garmin: Add debug support to fetch DEVICE_XML</change>
|
||||||
|
<change>Garmin: Add respiratory rate chart</change>
|
||||||
|
<change>Garmin: Add temperature / diving depth charts</change>
|
||||||
|
<change>Garmin: Add workaround for missing next page id on new sync protocol</change>
|
||||||
|
<change>Garmin: Allow installing unsupported files</change>
|
||||||
|
<change>Garmin: Fix current training load fetching</change>
|
||||||
|
<change>Garmin: Fix feels-like temperature</change>
|
||||||
|
<change>Garmin: Fix legacy fit file decoding</change>
|
||||||
|
<change>Garmin: Fix map in diving activities</change>
|
||||||
|
<change>Garmin: Fix notifications on recent firmware versions</change>
|
||||||
|
<change>Garmin: Fix realtime settings crash</change>
|
||||||
|
<change>Garmin: MLR support</change>
|
||||||
|
<change>Garmin: Send app notification icons</change>
|
||||||
|
<change>Garmin: Send current air quality</change>
|
||||||
|
<change>Huawei: Activate Arterial Stiffness Detection, ECG (no sync)</change>
|
||||||
|
<change>Huawei: Add contact sync support</change>
|
||||||
|
<change>Huawei: Experimental support for health feature configuration</change>
|
||||||
|
<change>Huawei: Fetch HRV, more sleep stats, resting HR, and emotions</change>
|
||||||
|
<change>Huawei: Fix send GPS and time data</change>
|
||||||
|
<change>Huawei: Fix VoIP call notification</change>
|
||||||
|
<change>Huawei: Fix weather speed, wind direction and uvIndex</change>
|
||||||
|
<change>Huawei: Improve swimming and jump rope workout parsing</change>
|
||||||
|
<change>Huawei: Initial step-by-step navigation support</change>
|
||||||
|
<change>Huawei: Notifications picture support</change>
|
||||||
|
<change>Huawei: Pulse wave arrhythmia activation and control (no sync)</change>
|
||||||
|
<change>Huawei: Sleep breathing awareness for new devices (no sync)</change>
|
||||||
|
<change>Huawei: Sync sleep apnea (no UI)</change>
|
||||||
|
<change>Huawei: View heart rate zones and limits</change>
|
||||||
|
<change>Pebble: Map cloudy weather icons in system weather app (on fw 4.x)</change>
|
||||||
|
<change>Pebble: Remove firmware 1.x and 2.x support</change>
|
||||||
|
<change>Pebble: Support fetching debug logs</change>
|
||||||
|
<change>Pebble: Support multiple weather location with system weather app (on fw 4.x)</change>
|
||||||
|
<change>Pebble: Support night icons on TrekVolle and TimeStyle</change>
|
||||||
|
<change>Pebble 2/2 Duo: Fix random crashes on disconnect</change>
|
||||||
|
<change>Pebble 2 Duo: Support getting inital battery level</change>
|
||||||
|
<change>Pebble: support night weather icons in TrekVolle watch face</change>
|
||||||
|
<change>Sony Wena 3: Enable body energy</change>
|
||||||
|
<change>Withings Steel HR: Improve initialization reliability</change>
|
||||||
|
<change>Xiaomi-protobuf: Fix outdoor running HR zones for some devices</change>
|
||||||
|
<change>Xiaomi-protobuf: Parse daily calories, distance, energy</change>
|
||||||
|
<change>Zepp OS: Add some missing menu items and shortcuts</change>
|
||||||
|
<change>Zepp OS: Fix gpx import for some devices</change>
|
||||||
|
<change>Zepp OS: Map bouldering activity</change>
|
||||||
|
<change>Zepp OS: Process workout movement evaluation</change>
|
||||||
|
<change>Allow notifications while screen saver is on</change>
|
||||||
|
<change>Add setting to force legacy GATT</change>
|
||||||
|
<change>Maps: Add themes biker, dark, indigo</change>
|
||||||
|
<change>Fix auto zip export when file already exists</change>
|
||||||
|
<change>Fix full crash when re-processing workout details fails</change>
|
||||||
|
<change>Fix crash while loading some notification pictures</change>
|
||||||
|
<change>Fix OpenTracks icon mapping</change>
|
||||||
|
<change>Fix pairing of unsupported devices</change>
|
||||||
|
<change>Fix spam from Microsoft Teams and WhatsApp notifications</change>
|
||||||
|
<change>Improve gpx parsing and exporting</change>
|
||||||
|
</release>
|
||||||
<release version="0.87.1" versioncode="242">
|
<release version="0.87.1" versioncode="242">
|
||||||
<change>Garmin: Fix strength workout fetching and parsing</change>
|
<change>Garmin: Fix strength workout fetching and parsing</change>
|
||||||
</release>
|
</release>
|
||||||
|
|||||||
@@ -0,0 +1,5 @@
|
|||||||
|
• Support for 24 new devices: Amazfit (GTS 4 Mini New / T-Rex 3 Pro), Garmin (Fenix 6 series / Venu 4 / Enduro / others), Huawei GT 6, Pebble 2 Duo, Sony WH-CH720N, Coospo H9Z & others
|
||||||
|
• Pebble: Improved support for Pebble 2/2 Duo
|
||||||
|
• Garmin: More workout charts, weather air quality, notification icons, improved notifications and sync on newer firmware versions
|
||||||
|
• Huawei: Navigation instructions, contact sync, notification pictures, HRV sync, others
|
||||||
|
• Other misc crash fixes and device improvements
|
||||||
Reference in New Issue
Block a user