bump version, add changelog

This commit is contained in:
Andreas Shimokawa 2019-07-30 23:18:58 +02:00
parent c4af864ad5
commit ad7939a641
4 changed files with 19 additions and 2 deletions

View File

@ -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)

View File

@ -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 {

View File

@ -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>

View 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