add changelog, bump version

This commit is contained in:
Andreas Shimokawa 2021-03-05 20:41:04 +01:00
parent 647c99ffca
commit 7cbb114b82
3 changed files with 22 additions and 2 deletions

View File

@ -25,8 +25,8 @@ android {
targetSdkVersion 29
// Note: always bump BOTH versionCode and versionName!
versionName "0.54.1"
versionCode 189
versionName "0.55.0"
versionCode 190
vectorDrawables.useSupportLibrary = true
}
buildTypes {

View File

@ -1,5 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<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">
<change>Amazfit GTS2e: Really fix broken support</change>
<change>Amazfit Bip S Lite: Fix broken support (probably)</change>

View 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