mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-12-25 01:55:50 +01:00
Bump version and add draft changelog
This commit is contained in:
parent
2f03b6939f
commit
7f8d4ac92a
@ -1,5 +1,12 @@
|
|||||||
### Changelog
|
### 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
|
#### 0.47.2
|
||||||
* Amazfit Bip S: Send sunrise and sunset on latest firmware if enabled
|
* 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: Support new firmware update protocol (fixes firmware flashing with firmware 2.1.1.50/4.1.5.55 on Amazfit Bip S)
|
||||||
|
@ -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.47.2"
|
versionName "0.48.0"
|
||||||
versionCode 181
|
versionCode 182
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
Loading…
Reference in New Issue
Block a user