mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-25 08:05:55 +01:00
update changelog bump version
This commit is contained in:
parent
1bfec5b65f
commit
86ccd408cd
@ -1,4 +1,7 @@
|
|||||||
### Changelog
|
### 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
|
### 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)
|
* 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
|
multiDexEnabled true
|
||||||
|
|
||||||
// Note: always bump BOTH versionCode and versionName!
|
// Note: always bump BOTH versionCode and versionName!
|
||||||
versionName "0.59.1"
|
versionName "0.59.2"
|
||||||
versionCode 200
|
versionCode 201
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,9 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog>
|
<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">
|
<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: 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>
|
<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