update changelog, bump version

This commit is contained in:
José Rebelo
2025-09-13 15:31:16 +01:00
parent 154daf9d57
commit bf4b65a70b
4 changed files with 239 additions and 4 deletions
+1 -2
View File
@@ -1,6 +1,6 @@
### Changelog
#### Next release (WIP)
#### 0.87.0
* Initial support for Amazfit Active 2 Square, Helio Strap, Helio Ring
* Initial support for Blackview R60
@@ -82,7 +82,6 @@
* Zepp OS: Parse workout laps
* Add auth key activity
* Add automatic zip export
* Add Emoji transliteration
* Add Goodwy and Simple SMS to sms apps
* Allow blocking screenshots
* Allow disabling swipe to refresh
+2 -2
View File
@@ -99,8 +99,8 @@ android {
buildToolsVersion = '36.0.0'
// Note: always bump BOTH versionCode and versionName!
versionName "0.86.1"
versionCode 240
versionName "0.87.0"
versionCode 241
vectorDrawables.useSupportLibrary = true
buildConfigField "String", "GIT_HASH_SHORT", "\"${getGitHashShort()}\""
buildConfigField "boolean", "INTERNET_ACCESS", "false"
+119
View File
@@ -1,5 +1,124 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.87.0" versioncode="241">
<change>Initial support for Amazfit Active 2 Square, Helio Strap, Helio Ring</change>
<change>Initial support for Blackview R60</change>
<change>Initial support for Colmi R07, P76, P80, V76</change>
<change>Initial support for Coospo H6, HW9, HW807</change>
<change>Initial support for Garmin Descent Mk3, Fenix 3, Fenix 3 HR, Fenix 6X Pro, Forerunner 165 Music, Forerunner 945, Instinct Tactical, Venu X1, Vívoactive 6, Vivomove Sport, Vivosmart 3</change>
<change>Initial support for Garmin Edge 540</change>
<change>Initial support for Garmin eTrex SE, inReach Mini 2</change>
<change>Initial support for Garmin HRM 200</change>
<change>Initial support for generic heart rate sensor</change>
<change>Initial support for generic thermal printer</change>
<change>Initial support for generic weight scale</change>
<change>Initial support for GloryFit devices - Dotn P66D, Oukitel BT103, Y66</change>
<change>Initial support for H59, HC96 (Da Fit / Moyoung)</change>
<change>Initial support for Haylou Watch 2 Pro</change>
<change>Initial support for Nothing Ear (a)</change>
<change>Initial support for Polar H9</change>
<change>Initial support for Redmi Smart Band 3 (experimental), Watch 5</change>
<change>Initial support for Shokz OpenSwim Pro</change>
<change>Initial support for Soundcore AeroFit 2</change>
<change>Initial support for Xiaomi Smart Band 9 Active, Band 10, Watch S4</change>
<change>Initial support for Yawell rings R10 and R11</change>
<change>Experimental support for Amazfit Balance 2</change>
<change>Experimental support for ATC_BLE_OEPL</change>
<change>Amazfit Active 2: Change connection default to BTBR</change>
<change>Amazfit Active: Allow AGPS update with brm files</change>
<change>Amazfit Active: Fix firmware recognition</change>
<change>AsteroidOS: Add screenshot support</change>
<change>Bangle.js: Fix altitude stats in workout details</change>
<change>Casio: Fix connection to some devices</change>
<change>CMF Watch Pro: Firmware update</change>
<change>Even Realites G1: Support Notifications and improve disconnections</change>
<change>Fossil Q: Fix hands color in apps overview</change>
<change>Fossil Q: Fix hands positions during setup</change>
<change>Fossil/Skagen Hybrids: Add calendar support</change>
<change>Fossil/Skagen Hybrids: Add support for workouts sync</change>
<change>Fossil/Skagen Hybrids: Fix some crashes on config activity</change>
<change>Garmin: Add new sync protocol</change>
<change>Garmin: Allow gpx track name to be changed when uploading</change>
<change>Garmin: Display activity fetch and parse progress</change>
<change>Garmin: Display progress on fetch notification</change>
<change>Garmin: Display workout set exercise, step speed loss</change>
<change>Garmin: Fix distance not complete at end of day</change>
<change>Garmin: Fix sleep stages for partial syncs</change>
<change>Garmin: Fix upload of larger PRG files</change>
<change>Garmin: Initial diving support</change>
<change>Garmin: New workout details charts</change>
<change>Garmin: Set alarms from phone on older watches</change>
<change>Garmin: Split fit files per type / year</change>
<change>Huami: Allow fetching multiple workouts in current day</change>
<change>Huami: Sync calendar event updates</change>
<change>Huawei: Display recovery heart rate on workouts</change>
<change>Huawei: Fix avg speed/pace calculation</change>
<change>Huawei: Fix some device crashes on calendar sync</change>
<change>Huawei: Fix temperature sample provider</change>
<change>Huawei: Fix UI for apps icons uploading</change>
<change>Huawei: Improved activity and workout fetching</change>
<change>Huawei: Improved workout parsing</change>
<change>Huawei: Increase app icons upload limit to 30</change>
<change>Huawei: Initial diving support</change>
<change>Huawei: New step rate support</change>
<change>Huawei: New workout details charts</change>
<change>Huawei: Parse TruSleep data for new devices</change>
<change>Mi Band 9 Pro: Fix walking activity parsing</change>
<change>Mi Smart Scale: Fix disconnection</change>
<change>Moondrop Space Travel: Fix toast on null firmware version</change>
<change>Pebble: Map condition code icons for TrekVolle</change>
<change>Pebble: Send current weather when opening the native weather app</change>
<change>Sony headphones: Fix recognition of some bluetooth names</change>
<change>Xaomi-protobuf: Split fit files per type / year</change>
<change>Zepp OS: Add activity type for indoor walking</change>
<change>Zepp OS: Allow gpx track name to be changed when uploading</change>
<change>Zepp OS: Allow installing zpk files directly</change>
<change>Zepp OS: Fix settings on some firmware versions</change>
<change>Zepp OS: Fix some unknown setting items</change>
<change>Zepp OS: Fix some upload operations not finishing in the UI</change>
<change>Zepp OS: Fix steps and weight goals on some versions</change>
<change>Zepp OS: Fix weather UV Index</change>
<change>Zepp OS: Parse workout laps</change>
<change>Add auth key activity</change>
<change>Add automatic zip export</change>
<change>Add Goodwy and Simple SMS to sms apps</change>
<change>Allow blocking screenshots</change>
<change>Allow disabling swipe to refresh</change>
<change>Allow sleep goal in minutes</change>
<change>Allow unsupported devices to follow normal pairing process</change>
<change>Bluetooth: Improved connection and reconnection for BLE/BTBR/BT Classic</change>
<change>Charts: Add additional sleep chart with sleep stages</change>
<change>Charts: Add sleep charts overlays (hr, spo2, temperature, respiratory rate)</change>
<change>Charts: Add training load</change>
<change>Charts: Compute time weighted avarage for heart rate</change>
<change>Charts: Fix crash if database fetch fails</change>
<change>Charts: Improve values text contrast</change>
<change>Charts: Rework blood oxygen chart</change>
<change>Delete export files when deleting a device</change>
<change>Display device type name during discovery</change>
<change>Drop support for outdated app Weather Notification</change>
<change>Fix caller number for some VoIP apps</change>
<change>Fix crash when exporting zip with large database</change>
<change>Fix crash when music player sends unexpected duration format</change>
<change>Fix crash when no calendar provider is available</change>
<change>Fix crash when using large maps</change>
<change>Fix freeze when processing large firmware files</change>
<change>Fix headphones connection on some Android 12 devices</change>
<change>Fix notification pictures for some apps</change>
<change>Fix repeating battery exemption request</change>
<change>Fix some crashes when using bulgarian language</change>
<change>Ignore Firefox call notifications</change>
<change>Improve workout list loading speed</change>
<change>Intent API: Add command for heap dump</change>
<change>Save track to GPX file when stopping OpenTracks recording</change>
<change>Settings: Add search</change>
<change>Simplify disabling permissions request screen</change>
<change>Sort transliteration languages</change>
<change>UI: Make device types not translatable</change>
<change>UI: Update material icons</change>
<change>Weather: Add compressed WeatherGz support</change>
<change>Workout details: add additional charts (cadence, elevation, hr, power, speed)</change>
</release>
<release version="0.86.1" versioncode="240">
<change>Fossil/Skagen Hybrids: Fix connection failure</change>
</release>
@@ -0,0 +1,117 @@
* Initial support for Amazfit Active 2 Square, Helio Strap, Helio Ring
* Initial support for Blackview R60
* Initial support for Colmi R07, P76, P80, V76
* Initial support for Coospo H6, HW9, HW807
* Initial support for Garmin Descent Mk3, Fenix 3, Fenix 3 HR, Fenix 6X Pro, Forerunner 165 Music, Forerunner 945, Instinct Tactical, Venu X1, Vívoactive 6, Vivomove Sport, Vivosmart 3
* Initial support for Garmin Edge 540
* Initial support for Garmin eTrex SE, inReach Mini 2
* Initial support for Garmin HRM 200
* Initial support for generic heart rate sensor
* Initial support for generic thermal printer
* Initial support for generic weight scale
* Initial support for GloryFit devices - Dotn P66D, Oukitel BT103, Y66
* Initial support for H59, HC96 (Da Fit / Moyoung)
* Initial support for Haylou Watch 2 Pro
* Initial support for Nothing Ear (a)
* Initial support for Polar H9
* Initial support for Redmi Smart Band 3 (experimental), Watch 5
* Initial support for Shokz OpenSwim Pro
* Initial support for Soundcore AeroFit 2
* Initial support for Xiaomi Smart Band 9 Active, Band 10, Watch S4
* Initial support for Yawell rings R10 and R11
* Experimental support for Amazfit Balance 2
* Experimental support for ATC_BLE_OEPL
* Amazfit Active 2: Change connection default to BTBR
* Amazfit Active: Allow AGPS update with brm files
* Amazfit Active: Fix firmware recognition
* AsteroidOS: Add screenshot support
* Bangle.js: Fix altitude stats in workout details
* Casio: Fix connection to some devices
* CMF Watch Pro: Firmware update
* Even Realites G1: Support Notifications and improve disconnections
* Fossil Q: Fix hands color in apps overview
* Fossil Q: Fix hands positions during setup
* Fossil/Skagen Hybrids: Add calendar support
* Fossil/Skagen Hybrids: Add support for workouts sync
* Fossil/Skagen Hybrids: Fix some crashes on config activity
* Garmin: Add new sync protocol
* Garmin: Allow gpx track name to be changed when uploading
* Garmin: Display activity fetch and parse progress
* Garmin: Display progress on fetch notification
* Garmin: Display workout set exercise, step speed loss
* Garmin: Fix distance not complete at end of day
* Garmin: Fix sleep stages for partial syncs
* Garmin: Fix upload of larger PRG files
* Garmin: Initial diving support
* Garmin: New workout details charts
* Garmin: Set alarms from phone on older watches
* Garmin: Split fit files per type / year
* Huami: Allow fetching multiple workouts in current day
* Huami: Sync calendar event updates
* Huawei: Display recovery heart rate on workouts
* Huawei: Fix avg speed/pace calculation
* Huawei: Fix some device crashes on calendar sync
* Huawei: Fix temperature sample provider
* Huawei: Fix UI for apps icons uploading
* Huawei: Improved activity and workout fetching
* Huawei: Improved workout parsing
* Huawei: Increase app icons upload limit to 30
* Huawei: Initial diving support
* Huawei: New step rate support
* Huawei: New workout details charts
* Huawei: Parse TruSleep data for new devices
* Mi Band 9 Pro: Fix walking activity parsing
* Mi Smart Scale: Fix disconnection
* Moondrop Space Travel: Fix toast on null firmware version
* Pebble: Map condition code icons for TrekVolle
* Pebble: Send current weather when opening the native weather app
* Sony headphones: Fix recognition of some bluetooth names
* Xaomi-protobuf: Split fit files per type / year
* Zepp OS: Add activity type for indoor walking
* Zepp OS: Allow gpx track name to be changed when uploading
* Zepp OS: Allow installing zpk files directly
* Zepp OS: Fix settings on some firmware versions
* Zepp OS: Fix some unknown setting items
* Zepp OS: Fix some upload operations not finishing in the UI
* Zepp OS: Fix steps and weight goals on some versions
* Zepp OS: Fix weather UV Index
* Zepp OS: Parse workout laps
* Add auth key activity
* Add automatic zip export
* Add Goodwy and Simple SMS to sms apps
* Allow blocking screenshots
* Allow disabling swipe to refresh
* Allow sleep goal in minutes
* Allow unsupported devices to follow normal pairing process
* Bluetooth: Improved connection and reconnection for BLE/BTBR/BT Classic
* Charts: Add additional sleep chart with sleep stages
* Charts: Add sleep charts overlays (hr, spo2, temperature, respiratory rate)
* Charts: Add training load
* Charts: Compute time weighted avarage for heart rate
* Charts: Fix crash if database fetch fails
* Charts: Improve values text contrast
* Charts: Rework blood oxygen chart
* Delete export files when deleting a device
* Display device type name during discovery
* Drop support for outdated app Weather Notification
* Fix caller number for some VoIP apps
* Fix crash when exporting zip with large database
* Fix crash when music player sends unexpected duration format
* Fix crash when no calendar provider is available
* Fix crash when using large maps
* Fix freeze when processing large firmware files
* Fix headphones connection on some Android 12 devices
* Fix notification pictures for some apps
* Fix repeating battery exemption request
* Fix some crashes when using bulgarian language
* Ignore Firefox call notifications
* Improve workout list loading speed
* Intent API: Add command for heap dump
* Save track to GPX file when stopping OpenTracks recording
* Settings: Add search
* Simplify disabling permissions request screen
* Sort transliteration languages
* UI: Make device types not translatable
* UI: Update material icons
* Weather: Add compressed WeatherGz support
* Workout details: add additional charts (cadence, elevation, hr, power, speed)