update changelogs and readme

This commit is contained in:
Andreas Shimokawa 2020-12-21 17:17:30 +01:00
parent be53130dba
commit 4398dd9855
5 changed files with 38 additions and 12 deletions

View File

@ -1,6 +1,6 @@
### Changelog ### Changelog
#### NEXT #### 0.51.0
* Amazfit Bip U: Initial support * Amazfit Bip U: Initial support
* Amazfit Verge Lite: Initial Support * Amazfit Verge Lite: Initial Support
* Amazfit T-Rex: Add missing menu items, remove non-existent * Amazfit T-Rex: Add missing menu items, remove non-existent

View File

@ -29,15 +29,17 @@ vendor's servers.
## Supported Devices (WARNING: Some of them WIP and some of them without maintainer) ## Supported Devices (WARNING: Some of them WIP and some of them without maintainer)
* Amazfit Bip [Wiki](https://codeberg.org/Freeyourgadget/Gadgetbridge/wiki/Amazfit-Bip) * Amazfit Bip [Wiki](https://codeberg.org/Freeyourgadget/Gadgetbridge/wiki/Amazfit-Bip)
* Amazfit Bip Lite (WARNING: NEEDS MI FIT WITH ACCOUNT ONCE) [Wiki](https://codeberg.org/Freeyourgadget/Gadgetbridge/wiki/Amazfit-Bip-Lite) * Amazfit Bip Lite (WARNING: NEEDS VENDOR APP WITH ACCOUNT ONCE) [Wiki](https://codeberg.org/Freeyourgadget/Gadgetbridge/wiki/Amazfit-Bip-Lite)
* Amazfit Bip S (WARNING: NEEDS MI FIT WITH ACCOUNT ONCE) * Amazfit Bip S (WARNING: NEEDS VENDOR APP WITH ACCOUNT ONCE)
* Amazfit Bip U (WARNING: NEEDS VENDOR APP WITH ACCOUNT ONCE)
* Amazfit Cor [Wiki](https://codeberg.org/Freeyourgadget/Gadgetbridge/wiki/Amazfit-Cor) * Amazfit Cor [Wiki](https://codeberg.org/Freeyourgadget/Gadgetbridge/wiki/Amazfit-Cor)
* Amazfit Cor 2 [Wiki](https://codeberg.org/Freeyourgadget/Gadgetbridge/wiki/Amazfit-Cor-2) * Amazfit Cor 2 [Wiki](https://codeberg.org/Freeyourgadget/Gadgetbridge/wiki/Amazfit-Cor-2)
* Amazfit GTR (WARNING: NEEDS MI FIT WITH ACCOUNT ONCE) [Wiki](https://codeberg.org/Freeyourgadget/Gadgetbridge/wiki/Amazfit-GTR) * Amazfit GTR (WARNING: NEEDS VENDOR APP WITH ACCOUNT ONCE) [Wiki](https://codeberg.org/Freeyourgadget/Gadgetbridge/wiki/Amazfit-GTR)
* Amazfit GTR 2(WARNING: NEEDS MI FIT WITH ACCOUNT ONCE) [Wiki](https://codeberg.org/Freeyourgadget/Gadgetbridge/wiki/Amazfit-GTR) * Amazfit GTR 2(WARNING: NEEDS VENDOR APP WITH ACCOUNT ONCE) [Wiki](https://codeberg.org/Freeyourgadget/Gadgetbridge/wiki/Amazfit-GTR)
* Amazfit GTS (WARNING: NEEDS MI FIT WITH ACCOUNT ONCE) [Wiki](https://codeberg.org/Freeyourgadget/Gadgetbridge/wiki/Amazfit-GTS) * Amazfit GTS (WARNING: NEEDS VENDOR APP WITH ACCOUNT ONCE) [Wiki](https://codeberg.org/Freeyourgadget/Gadgetbridge/wiki/Amazfit-GTS)
* Amazfit GTS 2(WARNING: NEEDS MI FIT WITH ACCOUNT ONCE) [Wiki](https://codeberg.org/Freeyourgadget/Gadgetbridge/wiki/Amazfit-GTS) * Amazfit GTS 2(WARNING: NEEDS VENDOR APP WITH ACCOUNT ONCE) [Wiki](https://codeberg.org/Freeyourgadget/Gadgetbridge/wiki/Amazfit-GTS)
* Amazfit T-Rex (WARNING: NEEDS MI FIT WITH ACCOUNT ONCE) * Amazfit T-Rex (WARNING: NEEDS VENDOR APP WITH ACCOUNT ONCE)
* Amazfit Verge Lite (WARNING: NEEDS VENDOR APP WITH ACCOUNT ONCE)
* BFH-16 * BFH-16
* Casio GB-5600B/GB-6900B/GB-X6900B * Casio GB-5600B/GB-6900B/GB-X6900B
* Casio GBX-100 * Casio GBX-100
@ -56,8 +58,8 @@ vendor's servers.
* Mi Band, Mi Band 1A, Mi Band 1S [Wiki](https://codeberg.org/Freeyourgadget/Gadgetbridge/wiki/Mi-Band) * Mi Band, Mi Band 1A, Mi Band 1S [Wiki](https://codeberg.org/Freeyourgadget/Gadgetbridge/wiki/Mi-Band)
* Mi Band 2 [Wiki](https://codeberg.org/Freeyourgadget/Gadgetbridge/wiki/Mi-Band-2) * Mi Band 2 [Wiki](https://codeberg.org/Freeyourgadget/Gadgetbridge/wiki/Mi-Band-2)
* Mi Band 3 [Wiki](https://codeberg.org/Freeyourgadget/Gadgetbridge/wiki/Mi-Band-3) * Mi Band 3 [Wiki](https://codeberg.org/Freeyourgadget/Gadgetbridge/wiki/Mi-Band-3)
* Mi Band 4 (WARNING: NEEDS MI FIT WITH ACCOUNT AND ROOT ONCE) [Wiki](https://codeberg.org/Freeyourgadget/Gadgetbridge/wiki/Mi-Band-4) * Mi Band 4 (WARNING: NEEDS VENDOR APP WITH ACCOUNT ONCE) [Wiki](https://codeberg.org/Freeyourgadget/Gadgetbridge/wiki/Mi-Band-4)
* Mi/Amazfit Band 5 (WARNING: NEEDS MI FIT WITH ACCOUNT AND ROOT ONCE) [Wiki](https://codeberg.org/Freeyourgadget/Gadgetbridge/wiki/Mi-Band-5) * Mi/Amazfit Band 5 (WARNING: NEEDS VENDOR APP WITH ACCOUNT ONCE) [Wiki](https://codeberg.org/Freeyourgadget/Gadgetbridge/wiki/Mi-Band-5)
* Mi Scale 2 (Currently only displays a toast after stepping on the scale) * Mi Scale 2 (Currently only displays a toast after stepping on the scale)
* NO.1 F1 * NO.1 F1
* Pebble, Pebble Steel, Pebble Time, Pebble Time Steel, Pebble Time Round [Wiki](https://codeberg.org/Freeyourgadget/Gadgetbridge/wiki/Pebble) * Pebble, Pebble Steel, Pebble Time, Pebble Time Steel, Pebble Time Round [Wiki](https://codeberg.org/Freeyourgadget/Gadgetbridge/wiki/Pebble)

View File

@ -25,8 +25,8 @@ android {
targetSdkVersion 29 targetSdkVersion 29
// Note: always bump BOTH versionCode and versionName! // Note: always bump BOTH versionCode and versionName!
versionName "0.50.0" versionName "0.51.0"
versionCode 184 versionCode 185
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
} }
buildTypes { buildTypes {

View File

@ -1,5 +1,18 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<changelog> <changelog>
<release version="0.51.0" versioncode="185">
<change>Amazfit Bip U: Initial support</change>
<change>Amazfit Verge Lite: Initial Support</change>
<change>Amazfit T-Rex: Add missing menu items, remove non-existent</change>
<change>Amazfit Bip S: Fix crash with notifications with only a title (GitNex does this)</change>
<change>Casio GBX-100: Add step count data and more device settings</change>
<change>Fossil Hybrid Q: Support firmware upgrade</change>
<change>Bangle.js: Support for HRM and steps activity recording</change>
<change>Huami: Add new option to properly distinguish connected advertising and 3rd party hr exposure</change>
<change>Huami: Use blue icon instead of rainbow color icon for Signal (the rainbow icon was blue in early days)</change>
<change>Complete overhaul of the daily stats widget</change>
<change>Better error message for invalid authentication keys</change>
</release>
<release version="0.50.0" versioncode="184"> <release version="0.50.0" versioncode="184">
<change>Initial support for Casio GBX-100</change> <change>Initial support for Casio GBX-100</change>
<change>Mi/Amazfit Band 5: Support watchface installation</change> <change>Mi/Amazfit Band 5: Support watchface installation</change>

View File

@ -0,0 +1,11 @@
* Amazfit Bip U: Initial support
* Amazfit Verge Lite: Initial Support
* Amazfit T-Rex: Add missing menu items, remove non-existent
* Amazfit Bip S: Fix crash with notifications with only a title (GitNex does this)
* Casio GBX-100: Add step count data and more device settings
* Fossil Hybrid Q: Support firmware upgrade
* Bangle.js: Support for HRM and steps activity recording
* Huami: Add new option to properly distinguish connected advertising and 3rd party hr exposure
* Huami: Use blue icon instead of rainbow color icon for Signal (the rainbow icon was blue in early days)
* Complete overhaul of the daily stats widget
* Better error message for invalid authentication keys