1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-11-23 18:36:50 +01:00

prepare release

This commit is contained in:
Andreas Shimokawa 2020-04-13 00:45:43 +02:00
parent 9a31ef39f3
commit 8b8468832c
3 changed files with 22 additions and 3 deletions

View File

@ -1,13 +1,14 @@
### Changelog
#### NEXT
#### Version 0.43.2
* Fossil Hybrid HR: Allow choosing and cropping image to be set as watch background
* Fossil Hybrid HR: Option to draw circles around widgets
* Fossil Hybrid HR: Experimenal firmware update support
* Fossil Hybrid HR: Fix vibration strength setting
* Huami: Do not display firmware information and whitelist information when flashing watchfaces
* Huami: Disable air quality indicator on Huami devices instead of showing 0
* Bangle.js: change encoded char set to match Espruino's 8 bit fonts
* Steps/Sleep averages: skip days with zero data
* Bangle.js: Change encoded char set to match Espruino's 8 bit fonts
* Steps/Sleep averages: Skip days with zero data
#### Version 0.43.1
* Initial support for Amazfit Bip S (incomplete, needs the official app once to obtain the pairing key)

View File

@ -1,5 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.43.2" versioncode="171">
<change>Fossil Hybrid HR: Allow choosing and cropping image to be set as watch background</change>
<change>Fossil Hybrid HR: Option to draw circles around widgets</change>
<change>Fossil Hybrid HR: Experimenal firmware update support</change>
<change>Fossil Hybrid HR: Fix vibration strength setting</change>
<change>Huami: Do not display firmware information and whitelist information when flashing watchfaces</change>
<change>Huami: Disable air quality indicator on Huami devices instead of showing 0</change>
<change>Bangle.js: Change encoded char set to match Espruino's 8 bit fonts</change>
<change>Steps/Sleep averages: Skip days with zero data</change>
</release>
<release version="0.43.1" versioncode="170">
<change>Initial support for Amazfit Bip S (incomplete, needs the official app once to obtain the pairing key)</change>
<change>Amazift Bip Lite: Allow relaxing firmware checks to allow flashing of the regular Bip firmware (for the brave)</change>

View File

@ -0,0 +1,8 @@
* Fossil Hybrid HR: Allow choosing and cropping image to be set as watch background
* Fossil Hybrid HR: Option to draw circles around widgets
* Fossil Hybrid HR: Experimenal firmware update support
* Fossil Hybrid HR: Fix vibration strength setting
* Huami: Do not display firmware information and whitelist information when flashing watchfaces
* Huami: Disable air quality indicator on Huami devices instead of showing 0
* Bangle.js: Change encoded char set to match Espruino's 8 bit fonts
* Steps/Sleep averages: Skip days with zero data