1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-12-25 01:55:50 +01:00

update changelogs, bump version

This commit is contained in:
Andreas Shimokawa 2018-02-04 00:16:56 +01:00
parent e657b327c9
commit b2ea4a0627
4 changed files with 21 additions and 2 deletions

View File

@ -1,5 +1,12 @@
### Changelog ### Changelog
#### Version 0.24.3
* Charts: Try to fix another crash
* Pebble: Fix weather for some watchfaces when using background JS
* Amazfit Cor: Allow watchfaces to be flashed (untested)
* Amazfit Bip: Better detection for flashable font types
* Fix number only privacy option
#### Version 0.24.2 #### Version 0.24.2
* Fix crash when changing the periodic database export interval * Fix crash when changing the periodic database export interval
* Amazfit Bip: Allow fonts and new res format to be flashed * Amazfit Bip: Allow fonts and new res format to be flashed

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.2" versionName "0.24.3"
versionCode 119 versionCode 120
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
} }
buildTypes { buildTypes {

View File

@ -1,5 +1,12 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<changelog> <changelog>
<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>
<change>Amazfit Cor: Allow watchfaces to be flashed (untested)</change>
<change>Amazfit Bip: Better detection for flashable font types</change>
<change>Fix number only privacy option</change>
</release>
<release version="0.24.2" versioncode="119"> <release version="0.24.2" versioncode="119">
<change>Fix crash when changing the periodic database export interval</change> <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 Bip: Allow fonts and new res format to be flashed</change>

View File

@ -0,0 +1,5 @@
* Charts: Try to fix another crash
* Pebble: Fix weather for some watchfaces when using background JS
* Amazfit Cor: Allow watchfaces to be flashed (untested)
* Amazfit Bip: Better detection for flashable font types
* Fix number only privacy option