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

bump version, add changelog (WIP)

This commit is contained in:
Andreas Shimokawa 2019-12-27 23:14:00 +01:00
parent 3bf72f957a
commit 811bca516d
2 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,10 @@
### Changelog
#### Version 0.40.1 (WIP)
* Mi Band/Amazfit: Recogize changes when toggling alarm on device (immediately when connected, else when connecting)
* Mi Band/Amazfit: Fix some bugs with stuck connection when re-connecting
* Mi Band 4: Support higher MTU for multiple times faster firmware transfer (probably also Amazfit GTR/GTS)
#### Version 0.40.0
* Fossil Q Hybrid: Initial support
* Bangle.js: Initial support

View File

@ -25,8 +25,8 @@ android {
targetSdkVersion 27
// Note: always bump BOTH versionCode and versionName!
versionName "0.40.0"
versionCode 163
versionName "0.40.1"
versionCode 164
vectorDrawables.useSupportLibrary = true
}
buildTypes {