mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-10 09:01:55 +01:00
add fastlane and xml changelog
This commit is contained in:
parent
7cfe7d900a
commit
d65eb1eed2
@ -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)
|
||||
|
@ -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>
|
||||
|
10
fastlane/metadata/android/en-US/changelogs/139.txt
Normal file
10
fastlane/metadata/android/en-US/changelogs/139.txt
Normal 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
|
Loading…
Reference in New Issue
Block a user