1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-09-20 21:26:42 +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
#### 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
* Huami: Support flashing newer GPS firmware and GPS ALM

View File

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