mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-10 09:01:55 +01:00
bump version, add changelog
This commit is contained in:
parent
c4af864ad5
commit
ad7939a641
@ -1,5 +1,11 @@
|
||||
### 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
|
||||
* Mi Band 4: Support flashing watchfaces, res and firmware (.ft untested)
|
||||
|
||||
|
@ -25,8 +25,8 @@ android {
|
||||
targetSdkVersion 27
|
||||
|
||||
// Note: always bump BOTH versionCode and versionName!
|
||||
versionName "0.35.1"
|
||||
versionCode 153
|
||||
versionName "0.35.2"
|
||||
versionCode 154
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
}
|
||||
buildTypes {
|
||||
|
@ -1,5 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<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">
|
||||
<change>Mi Band 4: Support flashing watchfaces, res and firmware (fonts untested)</change>
|
||||
</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
|
Loading…
Reference in New Issue
Block a user