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,10 @@
|
||||
### Changelog
|
||||
|
||||
#### 0.89.1
|
||||
|
||||
* Garmin: Fix edge case on activity timestamp processing
|
||||
* Huawei/Honor: Fix exception when processing workout data
|
||||
|
||||
#### 0.89.0
|
||||
|
||||
* Add support for Internet Helper
|
||||
|
||||
+2
-2
@@ -98,8 +98,8 @@ android {
|
||||
minSdk = 23
|
||||
|
||||
// Note: always bump BOTH versionCode and versionName!
|
||||
versionName "0.89.0"
|
||||
versionCode 244
|
||||
versionName "0.89.1"
|
||||
versionCode 245
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
buildConfigField "String", "GIT_HASH_SHORT", "\"${getGitHashShort()}\""
|
||||
buildConfigField "boolean", "INTERNET_ACCESS", "false"
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<changelog>
|
||||
<release version="0.89.1" versioncode="245">
|
||||
<change>Garmin: Fix edge case on activity timestamp processing</change>
|
||||
<change>Huawei/Honor: Fix exception when processing workout data</change>
|
||||
</release>
|
||||
<release version="0.89.0" versioncode="244">
|
||||
<change>Add support for Internet Helper</change>
|
||||
<change>Add support for Health Connect</change>
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
• Garmin: Fix edge case on activity timestamp processing
|
||||
• Huawei/Honor: Fix exception when processing workout data
|
||||
Reference in New Issue
Block a user