add changelogs, bump version

This commit is contained in:
Andreas Shimokawa 2018-02-08 22:24:27 +01:00
parent ea4a4edc5b
commit 8c100c280d
4 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,8 @@
### Changelog
#### Version 0.24.4
* Amazfit Bip: Fix language setting on new firmwares
#### Version 0.24.3
* Charts: Try to fix another crash
* Pebble: Fix weather for some watchfaces when using background JS

View File

@ -26,8 +26,8 @@ android {
targetSdkVersion 25
// note: always bump BOTH versionCode and versionName!
versionName "0.24.3"
versionCode 120
versionName "0.24.4"
versionCode 121
vectorDrawables.useSupportLibrary = true
}
buildTypes {

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.24.4" versioncode="121">
<change>Amazfit Bip: Fix language setting on new firmwares</change>
</release>
<release version="0.24.3" versioncode="120">
<change>Charts: Try to fix another crash</change>
<change>Pebble: Fix weather for some watchfaces when using background JS</change>

View File

@ -0,0 +1 @@
* Amazfit Bip: Fix language setting on new firmwares