1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-09-26 16:26:52 +02:00

bump version and draft changelog

This commit is contained in:
Andreas Shimokawa 2020-09-11 10:40:23 +02:00
parent bad7669e7f
commit 4c55c63a32
2 changed files with 11 additions and 2 deletions

View File

@ -1,5 +1,14 @@
### Changelog
#### 0.47.1 (WIP)
* Huami: Add new activity types found in recent Bip S firmware
* Huami: Many improvements to the activity summary view, including a global view for all devices, filtering per activity type and much more
* Huami: Prevent generating broken elevation data when they are not sent by the device.
* Amazfit Bip S: Allow flashing more font files and GPS almanac (only cep worked before)
* Pinetime-JF: Recognize device if it annouces itself as InfiniTime
* ZeTime: Fix weather forecast icons on older firmwares, try to send weather even if no firmware version was detected
* Fix warnings and colors for AboutScreen
#### 0.47.0
* Initial experimental support for Pinetime-JF (not yet usable)
* HPlus: Recognize Lemfo SG2

View File

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