mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-06-05 21:49:48 +02:00
bump version, add changelog
This commit is contained in:
@@ -1,5 +1,11 @@
|
|||||||
### Changelog
|
### Changelog
|
||||||
|
|
||||||
|
#### Version 0.35.2
|
||||||
|
* Mi Band 1/2: Crash when updating firemare while phone is set to Spanish
|
||||||
|
* Mi Band 4: Enable music info support (displays now on the band)
|
||||||
|
* Mi Band 4: Support setting date format (for built-in watchfaces)
|
||||||
|
* Amazfit Cor 2: Try to fix empty menu on Amazfit Cor 2
|
||||||
|
|
||||||
#### Version 0.35.1
|
#### Version 0.35.1
|
||||||
* Mi Band 4: Support flashing watchfaces, res and firmware (.ft untested)
|
* Mi Band 4: Support flashing watchfaces, res and firmware (.ft untested)
|
||||||
|
|
||||||
|
@@ -25,8 +25,8 @@ android {
|
|||||||
targetSdkVersion 27
|
targetSdkVersion 27
|
||||||
|
|
||||||
// Note: always bump BOTH versionCode and versionName!
|
// Note: always bump BOTH versionCode and versionName!
|
||||||
versionName "0.35.1"
|
versionName "0.35.2"
|
||||||
versionCode 153
|
versionCode 154
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
@@ -1,5 +1,11 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog>
|
<changelog>
|
||||||
|
<release version="0.35.2" versioncode="154">
|
||||||
|
<change>Mi Band 1/2: Crash when updating firemare while phone is set to Spanish</change>
|
||||||
|
<change>Mi Band 4: Enable music info support (displays now on the band)</change>
|
||||||
|
<change>Mi Band 4: Support setting date format (for built-in watchfaces)</change>
|
||||||
|
<change>Amazfit Cor 2: Try to fix empty menu on Amazfit Cor 2</change>
|
||||||
|
</release>
|
||||||
<release version="0.35.1" versioncode="153">
|
<release version="0.35.1" versioncode="153">
|
||||||
<change>Mi Band 4: Support flashing watchfaces, res and firmware (fonts untested)</change>
|
<change>Mi Band 4: Support flashing watchfaces, res and firmware (fonts untested)</change>
|
||||||
</release>
|
</release>
|
||||||
|
5
fastlane/metadata/android/en-US/changelogs/154.txt
Normal file
5
fastlane/metadata/android/en-US/changelogs/154.txt
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
#### Version 0.35.2
|
||||||
|
* Mi Band 1/2: Crash when updating firemare while phone is set to Spanish
|
||||||
|
* Mi Band 4: Enable music info support (displays now on the band)
|
||||||
|
* Mi Band 4: Support setting date format (for built-in watchfaces)
|
||||||
|
* Amazfit Cor 2: Try to fix empty menu on Amazfit Cor 2
|
Reference in New Issue
Block a user