update changelog bump version

This commit is contained in:
Andreas Shimokawa 2021-08-26 10:51:14 +02:00
parent 1bfec5b65f
commit 86ccd408cd
4 changed files with 11 additions and 2 deletions

View File

@ -1,4 +1,7 @@
### Changelog
### 0.59.2
* Mi Band 6: Support firmware 1.0.4.38 (experimental, still missing features)
* InfiniTime: Fix null being displayed as notification title
### 0.59.1
* Fossil Hybrid HR: Add power saving feature and many new widgets for the official Gadgetbridge watchface (battery, calories, 2nd TZ, chance of rain)

View File

@ -31,8 +31,8 @@ android {
multiDexEnabled true
// Note: always bump BOTH versionCode and versionName!
versionName "0.59.1"
versionCode 200
versionName "0.59.2"
versionCode 201
vectorDrawables.useSupportLibrary = true
multiDexEnabled true
}

View File

@ -1,5 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.59.2" versioncode="201">
<change>Mi Band 6: Support firmware 1.0.4.38 (experimental, still missing features)</change>
<change>InfiniTime: Fix null being displayed as notification title</change>
</release>
<release version="0.59.1" versioncode="200">
<change>Fossil Hybrid HR: Add power saving feature and many new widgets for the official Gadgetbridge watchface (battery, calories, 2nd TZ, chance of rain)</change>
<change>Fossil Hybrid HR: Support setting metric/imperial mode</change>

View File

@ -0,0 +1,2 @@
* Mi Band 6: Support firmware 1.0.4.38 (experimental, still missing features)
* InfiniTime: Fix null being displayed as notification title