mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-26 16:41:43 +01:00
bump version, add changelog
This commit is contained in:
parent
ca761e6a7f
commit
5140809253
@ -1,5 +1,11 @@
|
|||||||
### Changelog
|
### 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
|
#### Version 0.24.1
|
||||||
* Amazfit Bip: prevent menu icons from vanishing when using firmware 0.1.0.51
|
* Amazfit Bip: prevent menu icons from vanishing when using firmware 0.1.0.51
|
||||||
* Pebble: "find phone" feature for upcoming pebble helper app
|
* Pebble: "find phone" feature for upcoming pebble helper app
|
||||||
|
@ -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.1"
|
versionName "0.24.2"
|
||||||
versionCode 118
|
versionCode 119
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
@ -1,8 +1,12 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog>
|
<changelog>
|
||||||
<release
|
<release version="0.24.2" versioncode="119">
|
||||||
version="0.24.1"
|
<change>Fix crash when changing the periodic database export interval</change>
|
||||||
versioncode="118">
|
<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>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>
|
<change>Pebble: "find phone" feature for upcoming pebble helper app</change>
|
||||||
</release>
|
</release>
|
||||||
|
4
fastlane/metadata/android/en-US/changelogs/119.txt
Normal file
4
fastlane/metadata/android/en-US/changelogs/119.txt
Normal 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
|
Loading…
Reference in New Issue
Block a user