1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-08-24 08:10:52 +02:00

add fastlane and xml changelog

This commit is contained in:
Andreas Shimokawa 2018-11-04 10:01:47 +01:00
parent 7cfe7d900a
commit d65eb1eed2
3 changed files with 24 additions and 2 deletions

View File

@ -1,6 +1,6 @@
### Changelog
#### Version 0.31.0 (NEXT)
#### Version 0.31.0
* Pebble: Send all wearable notification actions (not only reply)
* Pebble: Always allow reply action even if untested features are turned off
* Pebble: Temporarily disable broken autoremove notification feature
@ -10,7 +10,7 @@
* Mi Band 3/Amazfit Bip: fix find phone crash
* Prevent re-sending old notifications to the wearable
* Enhancement and Fixes for Bengali Transliteration
* Disable excessive logging in RTL support
#### Version 0.30.0
* Amazfit Bip + Mi Band 3: Support for right to left display (configurable) (#976)

View File

@ -1,5 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.31.0" versioncode="139">
<change>Pebble: Send all wearable notification actions (not only reply)</change>
<change>Pebble: Always allow reply action even if untested features are turned off</change>
<change>Pebble: Temporarily disable broken autoremove notification feature</change>
<change>Amazfit Bip: Allow flashing latest gps firmware (Mili_dth.gps)</change>
<change>Mi Band 3/Amazfit Bip/Amazfit Cor: Send Fahrenheit if units are set to imperial</change>
<change>Roidmi 3: Fix and enable support</change>
<change>Mi Band 3/Amazfit Bip: fix find phone crash</change>
<change>Prevent re-sending old notifications to the wearable</change>
<change>Enhancement and Fixes for Bengali Transliteration</change>
<change>Disable excessive logging in RTL support</change>
</release>
<release version="0.30.0" versioncode="138">
<change>Amazfit Bip + Mi Band 3: Support for right to left display (configurable) (#976)</change>
<change>Add Arabic, Bengali Farsi, Persian, Scandinavian transliteration</change>

View File

@ -0,0 +1,10 @@
* Pebble: Send all wearable notification actions (not only reply)
* Pebble: Always allow reply action even if untested features are turned off
* Pebble: Temporarily disable broken autoremove notification feature
* Amazfit Bip: Allow flashing latest gps firmware (Mili_dth.gps)
* Mi Band 3/Amazfit Bip/Amazfit Cor: Send Fahrenheit if units are set to imperial
* Roidmi 3: Fix and enable support
* Mi Band 3/Amazfit Bip: fix find phone crash
* Prevent re-sending old notifications to the wearable
* Enhancement and Fixes for Bengali Transliteration
* Disable excessive logging in RTL support