mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-03 08:52:58 +01:00
update changelog bump version
This commit is contained in:
parent
1bfec5b65f
commit
86ccd408cd
@ -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)
|
||||
|
@ -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
|
||||
}
|
||||
|
@ -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>
|
||||
|
2
fastlane/metadata/android/en-US/changelogs/201.txt
Normal file
2
fastlane/metadata/android/en-US/changelogs/201.txt
Normal 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
|
Loading…
Reference in New Issue
Block a user