mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-12-24 01:25:50 +01:00
update changelogs, bump version
This commit is contained in:
parent
e657b327c9
commit
b2ea4a0627
@ -1,5 +1,12 @@
|
||||
### 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
|
||||
* Fix crash when changing the periodic database export interval
|
||||
* Amazfit Bip: Allow fonts and new res format to be flashed
|
||||
|
@ -26,8 +26,8 @@ android {
|
||||
targetSdkVersion 25
|
||||
|
||||
// note: always bump BOTH versionCode and versionName!
|
||||
versionName "0.24.2"
|
||||
versionCode 119
|
||||
versionName "0.24.3"
|
||||
versionCode 120
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
}
|
||||
buildTypes {
|
||||
|
@ -1,5 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<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">
|
||||
<change>Fix crash when changing the periodic database export interval</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