1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-09-26 16:26:52 +02:00

update changelogs

This commit is contained in:
Andreas Shimokawa 2021-02-06 22:23:49 +01:00
parent 85130a15d8
commit faa95ac52a
3 changed files with 39 additions and 6 deletions

View File

@ -1,22 +1,22 @@
### Changelog
#### 0.53.0 (WIP)
#### 0.53.0
* Initial support for wasp-os on nRF52 devices
* Initial supupor for Zepp E
* Initial support for Zepp E
* Initial support for Amazfit GTS 2 Mini
* Initial support for Amazfit Neo
* Initial support fot Amazfit GTR/GTS 2e
* Initial support for Amazfit GTR/GTS 2e
* Fossil Hybrid HR: Fix bug with unknown data
* Fossil Hybrid HR: allow app management on watch from GB
* Fossil Hybrid HR: enumerate apps on watch on every connect
* Fossil Hybrid HR: Do not configure buttons in unauthenticated mode
* Fossil Classic: Fix unknown wearing state
* Fossil Classic: Allow synchronizing activity data
* Amazfit Bip U: Fix sports activity summary
* Huami: Add Strength Training activity type
* Honor Imperial units settings in widget, Activity list and workouts
* Show all eligeble devices in Widget Configuration Activity
* Show all eligible devices in Widget Configuration Activity
* Also include step of not-worn samples in weekly step statistics
* Amazfit Bip U: Fix sports activity summary
#### 0.52.0
* Amazfit Bip U Pro: Initial support

View File

@ -1,6 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.53.0" versioncode="187">
<change>Initial support for wasp-os on nRF52 devices</change>
<change>Initial support for Zepp E</change>
<change>Initial support for Amazfit GTS 2 Mini</change>
<change>Initial support for Amazfit Neo</change>
<change>Initial support for Amazfit GTR/GTS 2e</change>
<change>Fossil Hybrid HR: Fix bug with unknown data</change>
<change>Fossil Hybrid HR: allow app management on watch from GB</change>
<change>Fossil Hybrid HR: enumerate apps on watch on every connect</change>
<change>Fossil Hybrid HR: Do not configure buttons in unauthenticated mode</change>
<change>Fossil Classic: Fix unknown wearing state</change>
<change>Fossil Classic: Allow synchronizing activity data</change>
<change>Amazfit Bip U: Fix sports activity summary</change>
<change>Huami: Add Strength Training activity type</change>
<change>Honor Imperial units settings in widget, Activity list and workouts</change>
<change>Show all eligible devices in Widget Configuration Activity</change>
<change>Also include step of not-worn samples in weekly step statistics</change>
</release>
<release version="0.52.0" versioncode="186">
<change>Amazfit Bip U Pro: Initial support</change>
<change>Amazfit GTS2: fix pairing</change>

View File

@ -0,0 +1,16 @@
* Initial support for wasp-os on nRF52 devices
* Initial support for Zepp E
* Initial support for Amazfit GTS 2 Mini
* Initial support for Amazfit Neo
* Initial support for Amazfit GTR/GTS 2e
* Fossil Hybrid HR: Fix bug with unknown data
* Fossil Hybrid HR: allow app management on watch from GB
* Fossil Hybrid HR: enumerate apps on watch on every connect
* Fossil Hybrid HR: Do not configure buttons in unauthenticated mode
* Fossil Classic: Fix unknown wearing state
* Fossil Classic: Allow synchronizing activity data
* Amazfit Bip U: Fix sports activity summary
* Huami: Add Strength Training activity type
* Honor Imperial units settings in widget, Activity list and workouts
* Show all eligible devices in Widget Configuration Activity
* Also include step of not-worn samples in weekly step statistics