bump version, add changelog

This commit is contained in:
Andreas Shimokawa 2018-01-27 22:57:22 +01:00
parent ca761e6a7f
commit 5140809253
4 changed files with 19 additions and 5 deletions

View File

@ -1,5 +1,11 @@
### Changelog ### Changelog
#### Version 0.24.2
* Fix crash when changing the periodic database export interval
* Amazfit Bip: Allow fonts and new res format to be flashed
* Amazfit Cor: Allow new res format to be flashed
* Pebble: Background js fixes
#### Version 0.24.1 #### Version 0.24.1
* Amazfit Bip: prevent menu icons from vanishing when using firmware 0.1.0.51 * Amazfit Bip: prevent menu icons from vanishing when using firmware 0.1.0.51
* Pebble: "find phone" feature for upcoming pebble helper app * Pebble: "find phone" feature for upcoming pebble helper app

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.24.1" versionName "0.24.2"
versionCode 118 versionCode 119
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
} }
buildTypes { buildTypes {

View File

@ -1,8 +1,12 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<changelog> <changelog>
<release <release version="0.24.2" versioncode="119">
version="0.24.1" <change>Fix crash when changing the periodic database export interval</change>
versioncode="118"> <change>Amazfit Bip: Allow fonts and new res format to be flashed</change>
<change>Amazfit Cor: Allow new res format to be flashed</change>
<change>Pebble: Background js fixes</change>
</release>
<release version="0.24.1" versioncode="118">
<change>Amazfit Bip: prevent menu icons from vanishing when using firmware 0.1.0.51</change> <change>Amazfit Bip: prevent menu icons from vanishing when using firmware 0.1.0.51</change>
<change>Pebble: "find phone" feature for upcoming pebble helper app</change> <change>Pebble: "find phone" feature for upcoming pebble helper app</change>
</release> </release>

View File

@ -0,0 +1,4 @@
* Fix crash when changing the periodic database export interval
* Amazfit Bip: Allow fonts and new res format to be flashed
* Amazfit Cor: Allow new res format to be flashed
* Pebble: Background js fixes