mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-27 12:26:48 +01:00
bump version, add changelog
This commit is contained in:
parent
c965114c21
commit
bc737100da
@ -1,4 +1,10 @@
|
|||||||
### Changelog
|
### 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
|
### 0.59.2
|
||||||
* Mi Band 6: Support firmware 1.0.4.38 (experimental, still missing features)
|
* Mi Band 6: Support firmware 1.0.4.38 (experimental, still missing features)
|
||||||
* InfiniTime: Fix null being displayed as notification title
|
* InfiniTime: Fix null being displayed as notification title
|
||||||
|
@ -31,8 +31,8 @@ android {
|
|||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
|
|
||||||
// Note: always bump BOTH versionCode and versionName!
|
// Note: always bump BOTH versionCode and versionName!
|
||||||
versionName "0.59.2"
|
versionName "0.59.3"
|
||||||
versionCode 201
|
versionCode 202
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog>
|
<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">
|
<release version="0.59.2" versioncode="201">
|
||||||
<change>Mi Band 6: Support firmware 1.0.4.38 (experimental, still missing features)</change>
|
<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>
|
<change>InfiniTime: Fix null being displayed as notification title</change>
|
||||||
|
3
fastlane/metadata/android/en-US/changelogs/202.txt
Normal file
3
fastlane/metadata/android/en-US/changelogs/202.txt
Normal 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
|
Loading…
Reference in New Issue
Block a user