Bump version, add changelog

This commit is contained in:
Andreas Shimokawa 2020-09-30 20:03:11 +02:00
parent f4115fa617
commit 27f8d195c1
4 changed files with 21 additions and 3 deletions

View File

@ -1,11 +1,12 @@
### Changelog
#### 0.47.2 (WIP)
#### 0.47.2
* Amazfit Bip S: Send sunrise and sunset on latest firmware if enabled
* Huami: Support new firmware update protocol (fixes firmware flashing with firmware 2.1.1.50/4.1.5.55 on Amazfit Bip S)
* Huami: Allow flashing latest GPS firmware
* InfiniTime: Add support for music control
* Pebble: Fix steps on home screen widget
* Bangle.js: Fix issue where call state reporting was corrupted
* Add charts to sport activity summary view
* Add missing icons for new sport activity types

View File

@ -25,8 +25,8 @@ android {
targetSdkVersion 29
// Note: always bump BOTH versionCode and versionName!
versionName "0.47.1"
versionCode 180
versionName "0.47.2"
versionCode 181
vectorDrawables.useSupportLibrary = true
}
buildTypes {

View File

@ -1,5 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.47.2" versioncode="181">
<change>Amazfit Bip S: Send sunrise and sunset on latest firmware if enabled</change>
<change>Huami: Support new firmware update protocol (fixes firmware flashing with firmware 2.1.1.50/4.1.5.55 on Amazfit Bip S)</change>
<change>Huami: Allow flashing latest GPS firmware</change>
<change>InfiniTime: Add support for music control</change>
<change>Pebble: Fix steps on home screen widget</change>
<change>Bangle.js: Fix issue where call state reporting was corrupted</change>
<change>Add charts to sport activity summary view</change>
<change>Add missing icons for new sport activity type</change>
<release version="0.47.1" versioncode="180">
<change>Huami: Add new activity types found in recent Bip S firmware</change>
<change>Huami: Many improvements to the activity summary view, including a global view for all devices, filtering per activity type and much more</change>

View File

@ -0,0 +1,8 @@
* Amazfit Bip S: Send sunrise and sunset on latest firmware if enabled
* Huami: Support new firmware update protocol (fixes firmware flashing with firmware 2.1.1.50/4.1.5.55 on Amazfit Bip S)
* Huami: Allow flashing latest GPS firmware
* InfiniTime: Add support for music control
* Pebble: Fix steps on home screen widget
* Bangle.js: Fix issue where call state reporting was corrupted
* Add charts to sport activity summary view
* Add missing icons for new sport activity type