1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-11-27 12:26:48 +01:00

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 ### 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 #### Version 0.22.4
* Mi Band 2/Bip/Cor: Whole day HR support * 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 * 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 targetSdkVersion 25
// note: always bump BOTH versionCode and versionName! // note: always bump BOTH versionCode and versionName!
versionName "0.22.4" versionName "0.22.5"
versionCode 112 versionCode 113
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
} }
buildTypes { buildTypes {

View File

@ -1,5 +1,10 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<changelog> <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"> <release version="0.22.4" versioncode="112">
<change>Mi Band 2/Bip/Cor: Whole day HR support</change> <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> <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