1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-06 21:28:11 +02:00

update changelog

This commit is contained in:
Andreas Shimokawa 2020-01-08 22:06:37 +01:00
parent 7bec2a6582
commit 4277a3e8d2
3 changed files with 11 additions and 2 deletions

View File

@ -1,5 +1,12 @@
### Changelog
#### Version 0.41.0
* JYou Y5: Initial support
* Mi Band 2/Amazfit Bip: Redesign button actions for easy music control setup and support long presses on Bip
* Amazfit Bip: Increase RES file limit to 800000 bytes (BipOS)
* Huami: Automatically toggle alarm switch when toggling on the Band/Watch while in Alarm settings in Gadetbridge
* Recogize Pixart-Messenger as Chat App
#### Version 0.40.1
* 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

View File

@ -39,6 +39,7 @@ vendor's servers.
* Fossil Q Hybrid
* HPlus Devices (e.g. ZeBand) [Wiki](https://codeberg.org/Freeyourgadget/Gadgetbridge/wiki/HPlus)
* ID115
* JYou Y5
* Lenovo Watch 9
* Liveview
* Makibes HR3
@ -81,6 +82,7 @@ Please see [FEATURES.md](https://codeberg.org/Freeyourgadget/Gadgetbridge/src/ma
* Lukas Schwichtenberg (Makibes HR3)
* Daniel Dakhno (Fossil Q Hybrid)
* Gordon Williams (Bangle.js)
* Pavel Elagin (JYou Y5)
## Contribute

View File

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