bump version, add changelog

This commit is contained in:
Andreas Shimokawa 2017-12-02 21:25:09 +01:00
parent eb9d321b95
commit f7f0722a1f
4 changed files with 18 additions and 2 deletions

View File

@ -1,5 +1,11 @@
### Changelog
#### Version 0.22.5
* Unlock Teclast H10 support using the same code as H30
* Amazfit Bip: Fix installation of 0.1.0.11 Firmware
* Amazfit Bip/Cor: Send three days of weather forecast including (untranslated) conditions
* Workaround for a crash on Android 4.4 when connecting
#### Version 0.22.4
* Mi Band 2/Bip/Cor: Whole day HR support
* Mi Band 2/Bip/Cor: Prevent writing a lot of HR samples to the database when not using the live activity feature

View File

@ -26,8 +26,8 @@ android {
targetSdkVersion 25
// note: always bump BOTH versionCode and versionName!
versionName "0.22.4"
versionCode 112
versionName "0.22.5"
versionCode 113
vectorDrawables.useSupportLibrary = true
}
buildTypes {

View File

@ -1,5 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.22.5" versioncode="113">
<change>Unlock Teclast H10 support using the same code as H30</change>
<change>Amazfit Bip: Fix installation of 0.1.0.11 Firmware</change>
<change>Amazfit Bip/Cor: Send three days of weather forecast including (untranslated) conditions</change>
<change>Workaround for a crash on Android 4.4 when connecting</change>
<release version="0.22.4" versioncode="112">
<change>Mi Band 2/Bip/Cor: Whole day HR support</change>
<change>Mi Band 2/Bip/Cor: Prevent writing a lot of HR samples to the database when not using the live activity feature</change>

View File

@ -0,0 +1,5 @@
#### Version 0.22.5
* Unlock Teclast H10 support using the same code as H30
* Amazfit Bip: Fix installation of 0.1.0.11 Firmware
* Amazfit Bip/Cor: Send three days of weather forecast including (untranslated) conditions
* Workaround for a crash on Android 4.4 when connecting