update changelog, bump version

This commit is contained in:
José Rebelo
2026-05-14 21:12:43 +01:00
parent 552547ec9e
commit cbd92ef6fe
4 changed files with 25 additions and 2 deletions
+9
View File
@@ -1,5 +1,14 @@
### Changelog
#### 0.91.1
* Casio: Fix connection issues after first pairing
* Fix occasional crash when leaving activity list
* Garmin: Fix unknown transfer notification
* Huawei: Fix connection stuck on authentication on newer firmware
* OpenTracks integration: Remove unsupported elevation field
* Xiaomi-protobuf: Fix GPS dropping mid-workout on newer firmware
#### 0.91.0
* Initial support for Braun iCheck 7 BPW4500 blood pressure monitor
+2 -2
View File
@@ -112,8 +112,8 @@ android {
minSdk = 23
// Note: always bump BOTH versionCode and versionName!
versionName "0.91.0"
versionCode 247
versionName "0.91.1"
versionCode 248
vectorDrawables.useSupportLibrary = true
buildConfigField "String", "GIT_HASH_SHORT", "\"${getGitHashShort()}\""
buildConfigField "boolean", "INTERNET_ACCESS", "false"
@@ -1,5 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.91.1" versioncode="248">
<change>Casio: Fix connection issues after first pairing</change>
<change>Fix occasional crash when leaving activity list</change>
<change>Garmin: Fix unknown transfer notification</change>
<change>Huawei: Fix connection stuck on authentication on newer firmware</change>
<change>OpenTracks integration: Remove unsupported elevation field</change>
<change>Xiaomi-protobuf: Fix GPS dropping mid-workout on newer firmware</change>
</release>
<release version="0.91.0" versioncode="247">
<change>Initial support for Braun iCheck 7 BPW4500 blood pressure monitor</change>
<change>Initial support for CMF Buds 2a, Buds 2 Plus</change>
@@ -0,0 +1,6 @@
• Casio: Fix connection issues after first pairing
• Fix occasional crash when leaving activity list
• Garmin: Fix unknown transfer notification
• Huawei: Fix connection stuck on authentication on newer firmware
• OpenTracks integration: Remove unsupported elevation field
• Xiaomi-protobuf: Fix GPS dropping mid-workout on newer firmware