1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-22 06:41:06 +02:00

bump version, add changelog

This commit is contained in:
Andreas Shimokawa 2021-09-02 11:17:03 +02:00
parent c965114c21
commit bc737100da
4 changed files with 16 additions and 2 deletions

View File

@ -1,4 +1,10 @@
### Changelog
### 0.59.3
* Mi Band 6: Properly support firmware 1.0.4.38
* Mi Band 6: Add Flashlight to menu items
* ZeTime: Fix corruption on long notifications
### 0.59.2
* Mi Band 6: Support firmware 1.0.4.38 (experimental, still missing features)
* InfiniTime: Fix null being displayed as notification title

View File

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

View File

@ -1,5 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.59.3" versioncode="202">
<change>Mi Band 6: Properly support firmware 1.0.4.38</change>
<change>Mi Band 6: Add Flashlight to menu items</change>
<change>ZeTime: Fix corruption on long notifications</change>
</release>
<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>

View File

@ -0,0 +1,3 @@
* Mi Band 6: Properly support firmware 1.0.4.38
* Mi Band 6: Add Flashlight to menu items
* ZeTime: Fix corruption on long notifications