1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-09 14:48:24 +02:00

bump version, draft changelog

This commit is contained in:
Andreas Shimokawa 2021-10-13 11:43:55 +02:00
parent d3d4130a95
commit 8dffd288c9
2 changed files with 12 additions and 2 deletions

View File

@ -1,5 +1,15 @@
### 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
* Initial support for FitPro bands
* Mi Band 6: really fix weather on new firmware

View File

@ -31,8 +31,8 @@ android {
multiDexEnabled true
// Note: always bump BOTH versionCode and versionName!
versionName "0.60.0"
versionCode 203
versionName "0.61.0"
versionCode 204
vectorDrawables.useSupportLibrary = true
multiDexEnabled true
}