1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-09-26 16:26:52 +02:00

add changelog, bump version

This commit is contained in:
Andreas Shimokawa 2018-08-06 23:46:25 +02:00
parent e15afaab2f
commit 774797ea09
2 changed files with 16 additions and 2 deletions

View File

@ -1,5 +1,19 @@
### Changelog
#### Version 0.29.0 (WIP)
* New Device: Initial support for ID115
* Show splash screen during startup
* (Add missing ActivityPoints and timestamp) <- FIXME: what is that
* Fix exported GPX file names
* Vertically align device icon in main activity
* Amazfit Cor: Allow to configure displayed menu items
* Amazfit Cor: Support basic music control
* Amazfit Cor: Fix flashing font files
* Amazfit Bip: Fix current weather not being displayed with later firmwares
* Amazfit Bip/Cor: Try to fix device being sometimes stuck in connecting state
* Mi Band 2: Put some device specific settings into its own settings category
* NO1 F1: Set time during initialization
#### Version 0.28.1
* Fix wrong weather icon mapping in rare cases
* Fix device discovery on Android 4.4

View File

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