mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-03 17:02:13 +01:00
add fastlane and xml changelog
This commit is contained in:
parent
6f932b85d6
commit
73b2be6da8
@ -1,12 +1,13 @@
|
|||||||
### Changelog
|
### Changelog
|
||||||
|
|
||||||
#### 0.47.1 (WIP)
|
#### 0.47.1
|
||||||
* Huami: Add new activity types found in recent Bip S firmware
|
* Huami: Add new activity types found in recent Bip S firmware
|
||||||
* Huami: Many improvements to the activity summary view, including a global view for all devices, filtering per activity type and much more
|
* Huami: Many improvements to the activity summary view, including a global view for all devices, filtering per activity type and much more
|
||||||
* Huami: Prevent generating broken elevation data when they are not sent by the device.
|
* Huami: Prevent generating broken elevation data when they are not sent by the device
|
||||||
* Amazfit Bip S: Allow flashing more font files and GPS almanac (only cep worked before)
|
* Amazfit Bip S: Allow flashing more font files and GPS almanac (only cep worked before)
|
||||||
* Pinetime-JF: Recognize device if it annouces itself as InfiniTime
|
* Pinetime-JF: Recognize device if it announces itself as InfiniTime
|
||||||
* ZeTime: Fix weather forecast icons on older firmwares, try to send weather even if no firmware version was detected
|
* ZeTime: Fix weather forecast icons on older firmwares, try to send weather even if no firmware version was detected
|
||||||
|
* HPlus: Improve Unicode, notification lenth and weather support
|
||||||
* Fix warnings and colors for AboutScreen
|
* Fix warnings and colors for AboutScreen
|
||||||
|
|
||||||
#### 0.47.0
|
#### 0.47.0
|
||||||
|
@ -1,5 +1,15 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog>
|
<changelog>
|
||||||
|
<release version="0.47.1" versioncode="180">
|
||||||
|
<change>Huami: Add new activity types found in recent Bip S firmware</change>
|
||||||
|
<change>Huami: Many improvements to the activity summary view, including a global view for all devices, filtering per activity type and much more</change>
|
||||||
|
<change>Huami: Prevent generating broken elevation data when they are not sent by the device</change>
|
||||||
|
<change>Amazfit Bip S: Allow flashing more font files and GPS almanac (only cep worked before)</change>
|
||||||
|
<change>Pinetime-JF: Recognize device if it announces itself as InfiniTime</change>
|
||||||
|
<change>ZeTime: Fix weather forecast icons on older firmwares, try to send weather even if no firmware version was detected</change>
|
||||||
|
<change>HPlus: Improve Unicode, notification lenth and weather support</change>
|
||||||
|
<change>Fix warnings and colors for AboutScreen</change>
|
||||||
|
</release>
|
||||||
<release version="0.47.0" versioncode="179">
|
<release version="0.47.0" versioncode="179">
|
||||||
<change>Initial experimental support for Pinetime-JF (not yet usable)</change>
|
<change>Initial experimental support for Pinetime-JF (not yet usable)</change>
|
||||||
<change>HPlus: Recognize Lemfo SG2</change>
|
<change>HPlus: Recognize Lemfo SG2</change>
|
||||||
|
8
fastlane/metadata/android/en-US/changelogs/180.txt
Normal file
8
fastlane/metadata/android/en-US/changelogs/180.txt
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
* Huami: Add new activity types found in recent Bip S firmware
|
||||||
|
* Huami: Many improvements to the activity summary view, including a global view for all devices, filtering per activity type and much more
|
||||||
|
* Huami: Prevent generating broken elevation data when they are not sent by the device
|
||||||
|
* Amazfit Bip S: Allow flashing more font files and GPS almanac (only cep worked before)
|
||||||
|
* Pinetime-JF: Recognize device if it announces itself as InfiniTime
|
||||||
|
* ZeTime: Fix weather forecast icons on older firmwares, try to send weather even if no firmware version was detected
|
||||||
|
* HPlus: Improve Unicode, notification lenth and weather support
|
||||||
|
* Fix warnings and colors for AboutScreen
|
Loading…
Reference in New Issue
Block a user