mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-03 17:02:13 +01:00
bump version, add changelog
This commit is contained in:
parent
ca761e6a7f
commit
5140809253
@ -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
|
||||
|
@ -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 {
|
||||
|
@ -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>
|
||||
|
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