Bump version and add changelog

This commit is contained in:
Daniele Gobbetti 2018-01-20 14:21:08 +01:00
parent 76cf667202
commit a74ffca249
4 changed files with 14 additions and 2 deletions

View File

@ -1,5 +1,9 @@
### Changelog ### Changelog
#### Version 0.24.1
* Amazfit Bip: prevent menu icons from vanishing when using firmware 0.1.0.51
* Pebble: "find phone" feature for upcoming pebble helper app
#### Version 0.24.0 #### Version 0.24.0
* Fix logs sometimes not containing stacktraces * Fix logs sometimes not containing stacktraces
* Support periodic database export * Support periodic database export

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.0" versionName "0.24.1"
versionCode 117 versionCode 118
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.24.1"
versioncode="118">
<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>
</release>
<release version="0.24.0" versioncode="117"> <release version="0.24.0" versioncode="117">
<change>Fix logs sometimes not containing stacktraces</change> <change>Fix logs sometimes not containing stacktraces</change>
<change>Support periodic database export</change> <change>Support periodic database export</change>

View File

@ -0,0 +1,2 @@
* Amazfit Bip: prevent menu icons from vanishing when using firmware 0.1.0.51
* Pebble: "find phone" feature for upcoming pebble helper app