mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-25 08:05:55 +01:00
add changelogs, bump version
This commit is contained in:
parent
ea4a4edc5b
commit
8c100c280d
@ -1,5 +1,8 @@
|
|||||||
### Changelog
|
### Changelog
|
||||||
|
|
||||||
|
#### Version 0.24.4
|
||||||
|
* Amazfit Bip: Fix language setting on new firmwares
|
||||||
|
|
||||||
#### Version 0.24.3
|
#### Version 0.24.3
|
||||||
* Charts: Try to fix another crash
|
* Charts: Try to fix another crash
|
||||||
* Pebble: Fix weather for some watchfaces when using background JS
|
* Pebble: Fix weather for some watchfaces when using background JS
|
||||||
|
@ -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.3"
|
versionName "0.24.4"
|
||||||
versionCode 120
|
versionCode 121
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog>
|
<changelog>
|
||||||
|
<release version="0.24.4" versioncode="121">
|
||||||
|
<change>Amazfit Bip: Fix language setting on new firmwares</change>
|
||||||
|
</release>
|
||||||
<release version="0.24.3" versioncode="120">
|
<release version="0.24.3" versioncode="120">
|
||||||
<change>Charts: Try to fix another crash</change>
|
<change>Charts: Try to fix another crash</change>
|
||||||
<change>Pebble: Fix weather for some watchfaces when using background JS</change>
|
<change>Pebble: Fix weather for some watchfaces when using background JS</change>
|
||||||
|
1
fastlane/metadata/android/en-US/changelogs/121.txt
Normal file
1
fastlane/metadata/android/en-US/changelogs/121.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
* Amazfit Bip: Fix language setting on new firmwares
|
Loading…
Reference in New Issue
Block a user