mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-12-25 18:15:49 +01:00
add changelog, bump version
This commit is contained in:
parent
647c99ffca
commit
7cbb114b82
@ -25,8 +25,8 @@ android {
|
|||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
|
|
||||||
// Note: always bump BOTH versionCode and versionName!
|
// Note: always bump BOTH versionCode and versionName!
|
||||||
versionName "0.54.1"
|
versionName "0.55.0"
|
||||||
versionCode 189
|
versionCode 190
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
@ -1,5 +1,16 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog>
|
<changelog>
|
||||||
|
<release version="0.55.0" versioncode="190">
|
||||||
|
<change>InfiniTime: Fix music control for newer firmware releases</change>
|
||||||
|
<change>InfiniTime: Support call control and notification</change>
|
||||||
|
<change>Sony SWR12: Fix broken support since 0.53.0</change>
|
||||||
|
<change>Wasp-OS: Fix crash on Android 7 and lower</change>
|
||||||
|
<change>Add activity list dashboard summary calculations</change>
|
||||||
|
<change>Add battery level logging and graph activity</change>
|
||||||
|
<change>Use distinct icons for total step and distance values in widget</change>
|
||||||
|
<change>Flip and scale GPX canvas</change>
|
||||||
|
<change>Try to fix call notification on outgoing VoIP calls</change>
|
||||||
|
</release>
|
||||||
<release version="0.54.1" versioncode="189">
|
<release version="0.54.1" versioncode="189">
|
||||||
<change>Amazfit GTS2e: Really fix broken support</change>
|
<change>Amazfit GTS2e: Really fix broken support</change>
|
||||||
<change>Amazfit Bip S Lite: Fix broken support (probably)</change>
|
<change>Amazfit Bip S Lite: Fix broken support (probably)</change>
|
||||||
|
9
fastlane/metadata/android/en-US/190.txt
Normal file
9
fastlane/metadata/android/en-US/190.txt
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
* InfiniTime: Fix music control for newer firmware releases
|
||||||
|
* InfiniTime: Support call control and notification
|
||||||
|
* Sony SWR12: Fix broken support since 0.53.0
|
||||||
|
* Wasp-OS: Fix crash on Android 7 and lower
|
||||||
|
* Add activity list dashboard summary calculations
|
||||||
|
* Add battery level logging and graph activity
|
||||||
|
* Use distinct icons for total step and distance values in widget
|
||||||
|
* Flip and scale GPX canvas
|
||||||
|
* Try to fix call notification on outgoing VoIP calls
|
Loading…
Reference in New Issue
Block a user