mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-27 12:26:48 +01:00
bump version and draft changelog
This commit is contained in:
parent
bad7669e7f
commit
4c55c63a32
@ -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
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user