update changelogs, bump version

This commit is contained in:
Andreas Shimokawa 2017-10-15 22:29:35 +02:00
parent 8243fe712e
commit 54231ba490
4 changed files with 18 additions and 2 deletions

View File

@ -1,5 +1,11 @@
### Changelog
#### Version 0.21.6
* Amazfit Bip: Fix non-working notifications from Outlook, Yahoo Mail and GMail
* HPlus: Fix Unicode encoding
* No.1 F1: Alarms support
* No.1 F1: Show data fetching progress
#### Version 0.21.5
* Mi2/Bip: Support setting distance units (metric/imperial)

View File

@ -26,8 +26,8 @@ android {
targetSdkVersion 25
// note: always bump BOTH versionCode and versionName!
versionName "0.21.5"
versionCode 106
versionName "0.21.6"
versionCode 107
vectorDrawables.useSupportLibrary = true
}
buildTypes {

View File

@ -1,5 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.21.6" versioncode="107">
<change>Amazfit Bip: Fix non-working notifications from Outlook, Yahoo Mail and GMail</change>
<change>HPlus: Fix Unicode encoding</change>
<change>No.1 F1: Alarms support</change>
<change>No.1 F1: Show data fetching progress</change>
</release>
<release version="0.21.5" versioncode="106">
<change>Mi2/Bip: Support setting distance units (metric/imperial)</change>
</release>

View File

@ -0,0 +1,4 @@
* Amazfit Bip: Fix non-working notifications from Outlook, Yahoo Mail and GMail
* HPlus: Fix Unicode encoding
* No.1 F1: Alarms support
* No.1 F1: Show data fetching progress