1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-11-03 17:02:13 +01:00

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 ### 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 #### Version 0.21.5
* Mi2/Bip: Support setting distance units (metric/imperial) * Mi2/Bip: Support setting distance units (metric/imperial)

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.21.5" versionName "0.21.6"
versionCode 106 versionCode 107
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
} }
buildTypes { buildTypes {

View File

@ -1,5 +1,11 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<changelog> <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"> <release version="0.21.5" versioncode="106">
<change>Mi2/Bip: Support setting distance units (metric/imperial)</change> <change>Mi2/Bip: Support setting distance units (metric/imperial)</change>
</release> </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