mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2025-02-02 13:07:34 +01:00
bump version, draft changelog
This commit is contained in:
parent
d3d4130a95
commit
8dffd288c9
10
CHANGELOG.md
10
CHANGELOG.md
@ -1,5 +1,15 @@
|
|||||||
### Changelog
|
### Changelog
|
||||||
|
|
||||||
|
### 0.61.0 (NEXT)
|
||||||
|
* Initial support for Nothing Ear(1)
|
||||||
|
* Amazfit Bip U/Pro: Fix flashing firmware and watchfaces
|
||||||
|
* Amazfit Bip U/Pro: Fix language setting
|
||||||
|
* Amazfit Bip U/Pro: allow unicode emoji
|
||||||
|
* Huami: fix supported languages list on many devices
|
||||||
|
* UM25: show more measured data
|
||||||
|
* Much improved notification management
|
||||||
|
* Fix default daily target distance from 5 to 5000 meters
|
||||||
|
|
||||||
### 0.60.0
|
### 0.60.0
|
||||||
* Initial support for FitPro bands
|
* Initial support for FitPro bands
|
||||||
* Mi Band 6: really fix weather on new firmware
|
* Mi Band 6: really fix weather on new firmware
|
||||||
|
@ -31,8 +31,8 @@ android {
|
|||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
|
|
||||||
// Note: always bump BOTH versionCode and versionName!
|
// Note: always bump BOTH versionCode and versionName!
|
||||||
versionName "0.60.0"
|
versionName "0.61.0"
|
||||||
versionCode 203
|
versionCode 204
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user