1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-22 14:52:25 +02:00

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
#### 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
* Fix logs sometimes not containing stacktraces
* Support periodic database export

View File

@ -26,8 +26,8 @@ android {
targetSdkVersion 25
// note: always bump BOTH versionCode and versionName!
versionName "0.24.0"
versionCode 117
versionName "0.24.1"
versionCode 118
vectorDrawables.useSupportLibrary = true
}
buildTypes {

View File

@ -1,5 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<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">
<change>Fix logs sometimes not containing stacktraces</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