mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-03-13 09:40:15 +01:00
bump version and draft changelog
This commit is contained in:
parent
bad7669e7f
commit
4c55c63a32
@ -1,5 +1,14 @@
|
|||||||
### Changelog
|
### 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
|
#### 0.47.0
|
||||||
* Initial experimental support for Pinetime-JF (not yet usable)
|
* Initial experimental support for Pinetime-JF (not yet usable)
|
||||||
* HPlus: Recognize Lemfo SG2
|
* HPlus: Recognize Lemfo SG2
|
||||||
|
@ -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.0"
|
versionName "0.47.1"
|
||||||
versionCode 179
|
versionCode 180
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user