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

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
#### 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
* Amazfit Bip: prevent menu icons from vanishing when using firmware 0.1.0.51
* Pebble: "find phone" feature for upcoming pebble helper app

View File

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

View File

@ -1,8 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release
version="0.24.1"
versioncode="118">
<release version="0.24.2" versioncode="119">
<change>Fix crash when changing the periodic database export interval</change>
<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>Pebble: "find phone" feature for upcoming pebble helper app</change>
</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