1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-08-25 00:30:37 +02:00

update changelogs

This commit is contained in:
Andreas Shimokawa 2019-01-07 09:41:45 +01:00
parent 903b50c2c5
commit bb6d4b1855
4 changed files with 27 additions and 2 deletions

View File

@ -1,6 +1,7 @@
### Changelog
#### Version 0.32.0 (NEXT)
#### Version 0.32.0
* Initial support for Casio GB-6900B
* Increase number of alarms and store them per-device
* Support factory reset in debug activity (Mi Band 1/2/3, Bip, Cor)
* Filter out unicode control sequences (fixes problems with Telegram and probably others)
@ -8,7 +9,8 @@
* Recoginize p≡p as an email app
* No longer display Android paired devices in that were not a paired with Gadgetbridge
* Amazfit Bip: Allow flashing latest GPS firmware
* Enable No1 F1 support for a Chinese clone
* Pebble: Native support for M7S watch face
* No1 F1: Support for a Chinese clone
#### Version 0.31.3
* Pebble: Fix crash with DISMISS and OPEN actions

View File

@ -1,5 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.32.0" versioncode="143">
<change>Initial support for Casio GB-6900B</change>
<change>Increase number of alarms and store them per-device </change>
<change>Support factory reset in debug activity (Mi Band 1/2/3, Bip, Cor)</change>
<change>Filter out unicode control sequences (fixes problems with Telegram and probably others)</change>
<change>Fix endless loop resulting in OOM when RTL support is enabled</change>
<change>Recoginize p≡p as an email app</change>
<change>No longer display Android paired devices in that were not a paired with Gadgetbridge</change>
<change>Amazfit Bip: Allow flashing latest GPS firmware</change>
<change>Pebble: Native support for M7S watch face</change>
<change>No1 F1: Support for a Chinese clone</change>
</release>
<release version="0.31.3" versioncode="142">
<change>Pebble: Fix crash with DISMISS and OPEN actions</change>
</release>

View File

@ -0,0 +1 @@
* Pebble: Fix crash with DISMISS and OPEN actions

View File

@ -0,0 +1,10 @@
* Initial support for Casio GB-6900B
* Increase number of alarms and store them per-device
* Support factory reset in debug activity (Mi Band 1/2/3, Bip, Cor)
* Filter out unicode control sequences (fixes problems with Telegram and probably others)
* Fix endless loop resulting in OOM when RTL support is enabled
* Recoginize p≡p as an email app
* No longer display Android paired devices in that were not a paired with Gadgetbridge
* Amazfit Bip: Allow flashing latest GPS firmware
* Pebble: Native support for M7S watch face
* No1 F1: Support for a Chinese clone