bump version update changelogs

(release real 0.21.5 early because 0.21.4 had a mismatched version/tag)
master
Andreas Shimokawa 2017-10-04 19:44:21 +02:00
parent 5701707e87
commit 32e1dec0f8
4 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,8 @@
### Changelog ### Changelog
#### Version 0.21.5
* Mi2/Bip: Support setting distance units (metric/imperial)
#### Version 0.21.4 #### Version 0.21.4
* Mi2/Bip: Fix sleep detection for newer firmwares * Mi2/Bip: Fix sleep detection for newer firmwares
* Mi2/Bip: Fix ancient bug resulting in wrong activity data at the beginning in diagrams and aggregate data * Mi2/Bip: Fix ancient bug resulting in wrong activity data at the beginning in diagrams and aggregate data

View File

@ -27,7 +27,7 @@ android {
// note: always bump BOTH versionCode and versionName! // note: always bump BOTH versionCode and versionName!
versionName "0.21.5" versionName "0.21.5"
versionCode 105 versionCode 106
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
} }
buildTypes { buildTypes {

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<changelog> <changelog>
<release version="0.21.5" versioncode="106">
<change>Mi2/Bip: Support setting distance units (metric/imperial)</change>
</release>
<release version="0.21.4" versioncode="105"> <release version="0.21.4" versioncode="105">
<change>Mi2/Bip: Fix sleep detection for newer firmwares</change> <change>Mi2/Bip: Fix sleep detection for newer firmwares</change>
<change>Mi2/Bip: Fix ancient bug resulting in wrong activity data at the beginning in diagrams and aggregate data</change> <change>Mi2/Bip: Fix ancient bug resulting in wrong activity data at the beginning in diagrams and aggregate data</change>

View File

@ -0,0 +1 @@
* Mi2/Bip: Support setting distance units (metric/imperial)