mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-12-24 17:45:50 +01:00
update changelogs, bump version
This commit is contained in:
parent
e657b327c9
commit
b2ea4a0627
@ -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
|
||||||
|
@ -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 {
|
||||||
|
@ -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>
|
||||||
|
5
fastlane/metadata/android/en-US/changelogs/120.txt
Normal file
5
fastlane/metadata/android/en-US/changelogs/120.txt
Normal 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
|
Loading…
Reference in New Issue
Block a user