mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
update changelog, bump version
This commit is contained in:
@@ -1,5 +1,14 @@
|
|||||||
### Changelog
|
### 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
|
#### 0.91.0
|
||||||
|
|
||||||
* Initial support for Braun iCheck 7 BPW4500 blood pressure monitor
|
* Initial support for Braun iCheck 7 BPW4500 blood pressure monitor
|
||||||
|
|||||||
+2
-2
@@ -112,8 +112,8 @@ android {
|
|||||||
minSdk = 23
|
minSdk = 23
|
||||||
|
|
||||||
// Note: always bump BOTH versionCode and versionName!
|
// Note: always bump BOTH versionCode and versionName!
|
||||||
versionName "0.91.0"
|
versionName "0.91.1"
|
||||||
versionCode 247
|
versionCode 248
|
||||||
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"
|
||||||
|
|||||||
@@ -1,5 +1,13 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog>
|
<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">
|
<release version="0.91.0" versioncode="247">
|
||||||
<change>Initial support for Braun iCheck 7 BPW4500 blood pressure monitor</change>
|
<change>Initial support for Braun iCheck 7 BPW4500 blood pressure monitor</change>
|
||||||
<change>Initial support for CMF Buds 2a, Buds 2 Plus</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
|
||||||
Reference in New Issue
Block a user