mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-03 17:02:13 +01:00
update changelog
This commit is contained in:
parent
7bec2a6582
commit
4277a3e8d2
@ -1,5 +1,12 @@
|
|||||||
### Changelog
|
### 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
|
#### Version 0.40.1
|
||||||
* Mi Band/Amazfit: Recogize changes when toggling alarm on device (immediately when connected, else when connecting)
|
* 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/Amazfit: Fix some bugs with stuck connection when re-connecting
|
||||||
|
@ -39,6 +39,7 @@ vendor's servers.
|
|||||||
* Fossil Q Hybrid
|
* Fossil Q Hybrid
|
||||||
* HPlus Devices (e.g. ZeBand) [Wiki](https://codeberg.org/Freeyourgadget/Gadgetbridge/wiki/HPlus)
|
* HPlus Devices (e.g. ZeBand) [Wiki](https://codeberg.org/Freeyourgadget/Gadgetbridge/wiki/HPlus)
|
||||||
* ID115
|
* ID115
|
||||||
|
* JYou Y5
|
||||||
* Lenovo Watch 9
|
* Lenovo Watch 9
|
||||||
* Liveview
|
* Liveview
|
||||||
* Makibes HR3
|
* Makibes HR3
|
||||||
@ -81,6 +82,7 @@ Please see [FEATURES.md](https://codeberg.org/Freeyourgadget/Gadgetbridge/src/ma
|
|||||||
* Lukas Schwichtenberg (Makibes HR3)
|
* Lukas Schwichtenberg (Makibes HR3)
|
||||||
* Daniel Dakhno (Fossil Q Hybrid)
|
* Daniel Dakhno (Fossil Q Hybrid)
|
||||||
* Gordon Williams (Bangle.js)
|
* Gordon Williams (Bangle.js)
|
||||||
|
* Pavel Elagin (JYou Y5)
|
||||||
|
|
||||||
## Contribute
|
## Contribute
|
||||||
|
|
||||||
|
@ -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.40.1"
|
versionName "0.41.0"
|
||||||
versionCode 164
|
versionCode 165
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
Loading…
Reference in New Issue
Block a user