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

draft changelog and other stuff for release

This commit is contained in:
vanous 2021-08-15 21:11:16 +02:00
parent b867bacae9
commit de567ba3d3
4 changed files with 27 additions and 2 deletions

View File

@ -1,5 +1,14 @@
### Changelog ### Changelog
### 0.59.1
* Fossil Hybrid HR: Add power saving feature
* Fossil Hybrid HR: Add timezone selector for second timezone widget
* Fossil Hybrid HR: add many new widgets (battery, calories, 2nd TZ, chance of rain)
* Fossil Hybrid HR: Support setting metric/imperial mode
* add Heart Rate measurement screen, accessible via heart icon in device action icons
* Amazfit T-Rex Pro: Try to fix some menu items
* Huami: re-enable setting the timezone correctly with included DST
### 0.59.0 ### 0.59.0
* Initial support for SMA Q2 OSS firmware (Emeryth) * Initial support for SMA Q2 OSS firmware (Emeryth)
* Fix broken UM25 support * Fix broken UM25 support

View File

@ -31,8 +31,8 @@ android {
multiDexEnabled true multiDexEnabled true
// Note: always bump BOTH versionCode and versionName! // Note: always bump BOTH versionCode and versionName!
versionName "0.59.0" versionName "0.59.1"
versionCode 199 versionCode 200
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
multiDexEnabled true multiDexEnabled true
} }

View File

@ -1,5 +1,14 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<changelog> <changelog>
<release version="0.59.1" versioncode="200">
<change>Fossil Hybrid HR: Add power saving feature</change>
<change>Fossil Hybrid HR: Add timezone selector for second timezone widget</change>
<change>Fossil Hybrid HR: add many new widgets (battery, calories, 2nd TZ, chance of rain)</change>
<change>Fossil Hybrid HR: Support setting metric/imperial mode</change>
<change>add Heart Rate measurement screen, accessible via heart icon in device action icons</change>
<change>Amazfit T-Rex Pro: Try to fix some menu items</change>
<change>Huami: re-enable setting the timezone correctly with included DST</change>
</release>
<release version="0.59.0" versioncode="199"> <release version="0.59.0" versioncode="199">
<change>Initial support for SMA Q2 OSS firmware (Emeryth)</change> <change>Initial support for SMA Q2 OSS firmware (Emeryth)</change>
<change>Fix broken UM25 support</change> <change>Fix broken UM25 support</change>

View File

@ -0,0 +1,7 @@
* Fossil Hybrid HR: Add power saving feature
* Fossil Hybrid HR: Add timezone selector for second timezone widget
* Fossil Hybrid HR: add many new widgets (battery, calories, 2nd TZ, chance of rain)
* Fossil Hybrid HR: Support setting metric/imperial mode
* add Heart Rate measurement screen, accessible via heart icon in device action icons
* Amazfit T-Rex Pro: Try to fix some menu items
* Huami: re-enable setting the timezone correctly with included DST