1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-10-02 03:07:09 +02:00

update changelog, bump version

This commit is contained in:
Andreas Shimokawa 2021-02-09 22:33:17 +01:00
parent 5a0eabad05
commit 54f96288d9
5 changed files with 15 additions and 5 deletions

View File

@ -1,9 +1,9 @@
### Changelog
#### NEXT
#### 0.54.0
* Initial support for Amazfit X
* Fix missing menu items for GTR/GTS 2 models
* Amazfit GTS2e: Fix broken suport
* Fix missing menu items for GTS 2 Mini (some improvements also for other GTR2/GTS2 models)
* Amazfit GTS2e: Fix broken support
#### 0.53.0
* Initial support for wasp-os on nRF52 devices

View File

@ -25,8 +25,8 @@ android {
targetSdkVersion 29
// Note: always bump BOTH versionCode and versionName!
versionName "0.53.0"
versionCode 187
versionName "0.54.0"
versionCode 188
vectorDrawables.useSupportLibrary = true
}
buildTypes {

View File

@ -1999,6 +1999,7 @@ public class HuamiSupport extends AbstractBTLEDeviceSupport {
@Override
public void onTestNewFunction() {
/*
try {
boolean test = false;
TransactionBuilder builder = performInitialized("test pattern");
@ -2007,6 +2008,7 @@ public class HuamiSupport extends AbstractBTLEDeviceSupport {
writeToChunked(builder,2, testpattern);
builder.queue(getQueue());
} catch (Exception ignored) {}
*/
}
@Override

View File

@ -1,5 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.54.0" versioncode="188">
<change>Initial support for Amazfit X</change>
<change>Fix missing menu items for GTS 2 Mini (some improvements also for other GTR2/GTS2 models)</change>
<change>Amazfit GTS2e: Fix broken support</change>
</release>
<release version="0.53.0" versioncode="187">
<change>Initial support for wasp-os on nRF52 devices</change>
<change>Initial support for Zepp E</change>

View File

@ -0,0 +1,3 @@
* Initial support for Amazfit X
* Fix missing menu items for GTS 2 Mini (some improvements also for other GTR2/GTS2 models)
* Amazfit GTS2e: Fix broken support