1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-09-27 00:38:01 +02:00

bump version and draft changelog

This commit is contained in:
Andreas Shimokawa 2020-06-29 16:52:11 +02:00
parent 537ab20c9f
commit 3c99adbf13
2 changed files with 10 additions and 2 deletions

View File

@ -1,4 +1,12 @@
### Changelog ### Changelog
#### 0.45.0 (WIP)
* Initial support for Amazfit T-Rex
* Amazfit Bip S: Support installation of latest .res
* Amazfit Bip S: Support longer notification messages
* Huami: Improve music playback information
* Huami: Ensure cutting strings on UTF-8 border
* Stop incoming call notification when VoIP calls are missed
* Fix a crash when with Farsi translation
#### 0.44.2 #### 0.44.2
* Huami: Support flashing newer GPS firmware and GPS ALM * Huami: Support flashing newer GPS firmware and GPS ALM

View File

@ -25,8 +25,8 @@ android {
targetSdkVersion 28 targetSdkVersion 28
// Note: always bump BOTH versionCode and versionName! // Note: always bump BOTH versionCode and versionName!
versionName "0.44.2" versionName "0.45.0"
versionCode 175 versionCode 176
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
} }
buildTypes { buildTypes {