update changelog, bump version

This commit is contained in:
José Rebelo
2025-06-21 08:43:20 +01:00
parent 3db1640a2d
commit 816f909805
4 changed files with 133 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
### Changelog ### Changelog
#### Next version (WIP) #### 0.86.0
* Initial support for Amazfit Active 2 NFC * Initial support for Amazfit Active 2 NFC
* Initial support for Colmi R12 * Initial support for Colmi R12
+2 -2
View File
@@ -93,8 +93,8 @@ android {
buildToolsVersion = '36.0.0' buildToolsVersion = '36.0.0'
// Note: always bump BOTH versionCode and versionName! // Note: always bump BOTH versionCode and versionName!
versionName "0.85.0" versionName "0.86.0"
versionCode 238 versionCode 239
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
buildConfigField "String", "GIT_HASH_SHORT", "\"${getGitHashShort()}\"" buildConfigField "String", "GIT_HASH_SHORT", "\"${getGitHashShort()}\""
buildConfigField "boolean", "INTERNET_ACCESS", "false" buildConfigField "boolean", "INTERNET_ACCESS", "false"
+66
View File
@@ -1,5 +1,71 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<changelog> <changelog>
<release version="0.86.0" versioncode="239">
<change>Initial support for Amazfit Active 2 NFC</change>
<change>Initial support for Colmi R12</change>
<change>Initial support for Da Fit / Moyoung devices - Advan Watch SE1 AI, C20 smartwatch, KT80 smartwatch, R50Pro smartwatch, Colmi i28 Ultra, Colmi V72, Colmi V89, Fire-Boltt Talk, KSIX Venture, Misirun C17, Rainbuvvy T97, Viran C29</change>
<change>Initial support for Polar H10</change>
<change>Initial support for Garmin bike computers - Edge 130 Plus, Edge Explore 2</change>
<change>Initial support for Garmin Fenix 7X Pro, Forerunner 630, Forerunner 645 Music, Instinct 2X Tactical, Instinct 3 Tactical, Vívoactive HR, Vívosmart 4</change>
<change>Initial support for Huawei Freebuds 6</change>
<change>Initial support for Huawei Watch 5</change>
<change>Initial support for Oppo Enco Buds2</change>
<change>Initial support for Pixel Buds A</change>
<change>Initial support for Realme Buds Air 5 Pro, Buds T100, Buds T300</change>
<change>Initial support for Redmi Buds 6 Pro</change>
<change>Initial support for Sony WF-C710N</change>
<change>Experimental support for AAWireless</change>
<change>Experimental support for Huawei Watch Fit 4 / 4 Pro</change>
<change>Bangle.js: Add support for insecure TLS and HTTP requests</change>
<change>Bangle.js: Add support for version 2 weather</change>
<change>Bangle.js: Set the HTTP request timeout</change>
<change>Bangle.js: Use html-compatible parser for xpath queries</change>
<change>CMF Watch Pro/2: Improve activity parsing</change>
<change>Colmi R0x: Add support for display preferences</change>
<change>Colmi R12: Fix bluetooth name</change>
<change>Even Realities G1: Improved support, add more settings</change>
<change>Even Realities G1: Pair as a single device</change>
<change>Garmin: Fix activity renaming</change>
<change>Garmin: Fix fetching of concatenated fit files</change>
<change>Garmin: Parse swimming workout intervals</change>
<change>Garmin: Prevent infinite loop when fetching activity data</change>
<change>Garmin: Upload all segments from first track in gpx</change>
<change>Huami: Add broadcast package to device actions</change>
<change>Huawei: Add more info to device details</change>
<change>Huawei: Configuration of goal reminders</change>
<change>Huawei: Fix crash in app list</change>
<change>Huawei: Fix message during firmware update</change>
<change>Huawei: Handle workout sync errors</change>
<change>Huawei: Upload notification app icons</change>
<change>iTag/thermometer: Fix icon colors in dynamic color theme</change>
<change>Mi Smart Scale: Mark device as busy while fetching weight history</change>
<change>Moondrop Space Travel: Enable battery reporting</change>
<change>Moondrop Space Travel: Fix device icon</change>
<change>Oppo Headphones: Prevent crash on invalid incoming commands</change>
<change>Ultrahuman: Add basic support for breathing exercise</change>
<change>Zepp OS: Add missing application names</change>
<change>Zepp OS: Add setting for UTC sun/moon times</change>
<change>Zepp OS: Disable realtime steps on connection</change>
<change>Zepp OS: Experimental btrfcomm support</change>
<change>Zepp OS: Fix crash when sending music info</change>
<change>Zepp OS: Fix crash when uploading some watchfaces</change>
<change>Zepp OS: Fix DST when setting time</change>
<change>Zepp OS: Fix moon phase icon</change>
<change>Zepp OS: Fix zip files being wrongly recognized as AGPS</change>
<change>Zepp OS: Parse workout pace, cadence, strength sets</change>
<change>BLE: Add reconnect on gadget-initiated connection</change>
<change>BLE: Add setting to request low-power connection</change>
<change>BLE: Fix companion pairing on some devices</change>
<change>BLE: Fix some race conditions</change>
<change>Charts: Add average day for body energy</change>
<change>Charts: Add weekly/monthly views for calories and stress</change>
<change>Charts: Display resting metabolic rate</change>
<change>Dashboard: Fix resting calories when using multiple devices</change>
<change>Intent API: Add command to set device type</change>
<change>OpenTracks: Fix detection of some versions of the app</change>
<change>Add more icons for preferences and activities</change>
<change>Fix inconsistent sleep scores</change>
</release>
<release version="0.85.0" versioncode="238"> <release version="0.85.0" versioncode="238">
<change>Initial support for 1MORE SonoFlow headphones</change> <change>Initial support for 1MORE SonoFlow headphones</change>
<change>Initial support for Amazfit Bip 6</change> <change>Initial support for Amazfit Bip 6</change>
@@ -0,0 +1,64 @@
* Initial support for Amazfit Active 2 NFC
* Initial support for Colmi R12
* Initial support for Da Fit / Moyoung devices - Advan Watch SE1 AI, C20 smartwatch, KT80 smartwatch, R50Pro smartwatch, Colmi i28 Ultra, Colmi V72, Colmi V89, Fire-Boltt Talk, KSIX Venture, Misirun C17, Rainbuvvy T97, Viran C29
* Initial support for Polar H10
* Initial support for Garmin bike computers - Edge 130 Plus, Edge Explore 2
* Initial support for Garmin Fenix 7X Pro, Forerunner 630, Forerunner 645 Music, Instinct 2X Tactical, Instinct 3 Tactical, Vívoactive HR, Vívosmart 4
* Initial support for Huawei Freebuds 6
* Initial support for Huawei Watch 5
* Initial support for Oppo Enco Buds2
* Initial support for Pixel Buds A
* Initial support for Realme Buds Air 5 Pro, Buds T100, Buds T300
* Initial support for Redmi Buds 6 Pro
* Initial support for Sony WF-C710N
* Experimental support for AAWireless
* Experimental support for Huawei Watch Fit 4 / 4 Pro
* Bangle.js: Add support for insecure TLS and HTTP requests
* Bangle.js: Add support for version 2 weather
* Bangle.js: Set the HTTP request timeout
* Bangle.js: Use html-compatible parser for xpath queries
* CMF Watch Pro/2: Improve activity parsing
* Colmi R0x: Add support for display preferences
* Colmi R12: Fix bluetooth name
* Even Realities G1: Improved support, add more settings
* Even Realities G1: Pair as a single device
* Garmin: Fix activity renaming
* Garmin: Fix fetching of concatenated fit files
* Garmin: Parse swimming workout intervals
* Garmin: Prevent infinite loop when fetching activity data
* Garmin: Upload all segments from first track in gpx
* Huami: Add broadcast package to device actions
* Huawei: Add more info to device details
* Huawei: Configuration of goal reminders
* Huawei: Fix crash in app list
* Huawei: Fix message during firmware update
* Huawei: Handle workout sync errors
* Huawei: Upload notification app icons
* iTag/thermometer: Fix icon colors in dynamic color theme
* Mi Smart Scale: Mark device as busy while fetching weight history
* Moondrop Space Travel: Enable battery reporting
* Moondrop Space Travel: Fix device icon
* Oppo Headphones: Prevent crash on invalid incoming commands
* Ultrahuman: Add basic support for breathing exercise
* Zepp OS: Add missing application names
* Zepp OS: Add setting for UTC sun/moon times
* Zepp OS: Disable realtime steps on connection
* Zepp OS: Experimental btrfcomm support
* Zepp OS: Fix crash when sending music info
* Zepp OS: Fix crash when uploading some watchfaces
* Zepp OS: Fix DST when setting time
* Zepp OS: Fix moon phase icon
* Zepp OS: Fix zip files being wrongly recognized as AGPS
* Zepp OS: Parse workout pace, cadence, strength sets
* BLE: Add reconnect on gadget-initiated connection
* BLE: Add setting to request low-power connection
* BLE: Fix companion pairing on some devices
* BLE: Fix some race conditions
* Charts: Add average day for body energy
* Charts: Add weekly/monthly views for calories and stress
* Charts: Display resting metabolic rate
* Dashboard: Fix resting calories when using multiple devices
* Intent API: Add command to set device type
* OpenTracks: Fix detection of some versions of the app
* Add more icons for preferences and activities
* Fix inconsistent sleep scores