mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-23 18:36:50 +01:00
bump version, add changelog
This commit is contained in:
parent
c965114c21
commit
bc737100da
@ -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
|
||||
|
@ -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
|
||||
}
|
||||
|
@ -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>
|
||||
|
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