1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-08-25 00:30:37 +02:00

bump version, add changelog

This commit is contained in:
Andreas Shimokawa 2018-08-19 21:40:57 +02:00
parent 8edbe787af
commit 4895c1733d
2 changed files with 13 additions and 2 deletions

View File

@ -1,5 +1,16 @@
### Changelog
#### Version 0.29.1
* Mi Band 3: Support setting language to to German, Italian, French, Polish, Japanese, Korean (read wiki)
* Mi Band 3: Support flashing latest RES files
* Mi Band 3: Fix notifcation text not being displayed
* Mi Band 3/Cor/Bip: Display app name when generic when no app specific icon is available
* HPlus: Support H3 watch strap
* Display start and end of sleep in statistics
* Various fixes for display issues on small screens
* Fix some potential NPEs
* Support transliteration for Lithuanian
#### Version 0.29.0
* New Device: Initial support for ID115
* New Device: Initial support for Lenovo Watch9

View File

@ -25,8 +25,8 @@ android {
targetSdkVersion 27
// Note: always bump BOTH versionCode and versionName!
versionName "0.29.0"
versionCode 136
versionName "0.29.1"
versionCode 137
vectorDrawables.useSupportLibrary = true
}
buildTypes {