1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-10-02 03:07:09 +02:00

Bump version and add draft changelog

This commit is contained in:
Andreas Shimokawa 2020-10-11 15:48:25 +02:00
parent 2f03b6939f
commit 7f8d4ac92a
2 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,12 @@
### Changelog
#### 0.48.0 (WIP)
* Initial support for Lefun Smart Bands
* InfiniTime: Improved music support for latest firmware
* Add sport activity list tab in charts
* Weather: Fix wind speed and direction not being passed properly
* Fix find your phone feature on Android 10 (need companion device pairing)
#### 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)

View File

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