mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-03 17:02:13 +01:00
bump version, add changelog
This commit is contained in:
parent
8edbe787af
commit
4895c1733d
11
CHANGELOG.md
11
CHANGELOG.md
@ -1,5 +1,16 @@
|
|||||||
### Changelog
|
### 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
|
#### Version 0.29.0
|
||||||
* New Device: Initial support for ID115
|
* New Device: Initial support for ID115
|
||||||
* New Device: Initial support for Lenovo Watch9
|
* New Device: Initial support for Lenovo Watch9
|
||||||
|
@ -25,8 +25,8 @@ android {
|
|||||||
targetSdkVersion 27
|
targetSdkVersion 27
|
||||||
|
|
||||||
// Note: always bump BOTH versionCode and versionName!
|
// Note: always bump BOTH versionCode and versionName!
|
||||||
versionName "0.29.0"
|
versionName "0.29.1"
|
||||||
versionCode 136
|
versionCode 137
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
Loading…
Reference in New Issue
Block a user