update changelog, bump version

This commit is contained in:
José Rebelo
2026-07-11 09:46:54 +01:00
parent ea7f50008a
commit 9726df7fa2
4 changed files with 31 additions and 2 deletions
+11
View File
@@ -1,5 +1,16 @@
### Changelog
#### 0.92.2
* Charts: Avoid empty charts if no charts are enabled
* Garmin: Fix regression in ExploreSync historical-catalog sync
* Health Connect: Fix some workouts mapping
* Huawei: Fix deadlock on activity listing
* Improve connection to low power devices
* Mi Band 6: Hide some invalid workout summary values
* Shokz: Fix reading language from device
* Soundcore Q30: Add some other device names
#### 0.92.1
* iGPSPORT: Fix activity track reprocessing
+2 -2
View File
@@ -130,8 +130,8 @@ android {
minSdk = 23
// Note: always bump BOTH versionCode and versionName!
versionName "0.92.1"
versionCode 250
versionName "0.92.2"
versionCode 251
vectorDrawables.useSupportLibrary = true
buildConfigField "String", "GIT_HASH_SHORT", "\"${getGitHashShort()}\""
buildConfigField "String", "GIT_DIRTY_STATUS", "\"${getGitDirtyFlag()}\""
+10
View File
@@ -1,5 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.92.2" versioncode="251">
<change>Charts: Avoid empty charts if no charts are enabled</change>
<change>Garmin: Fix regression in ExploreSync historical-catalog sync</change>
<change>Health Connect: Fix some workouts mapping</change>
<change>Huawei: Fix deadlock on activity listing</change>
<change>Improve connection to low power devices</change>
<change>Mi Band 6: Hide some invalid workout summary values</change>
<change>Shokz: Fix reading language from device</change>
<change>Soundcore Q30: Add some other device names</change>
</release>
<release version="0.92.1" versioncode="250">
<change>iGPSPORT: Fix activity track reprocessing</change>
<change>Fix sleep time mismatch on some devices</change>
@@ -0,0 +1,8 @@
• Charts: Avoid empty charts if no charts are enabled
• Garmin: Fix regression in ExploreSync historical-catalog sync
• Health Connect: Fix some workouts mapping
• Huawei: Fix deadlock on activity listing
• Improve connection to low power devices
• Mi Band 6: Hide some invalid workout summary values
• Shokz: Fix reading language from device
• Soundcore Q30: Add some other device names