1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-25 06:21:04 +02:00

Add changelogs

This commit is contained in:
Andreas Shimokawa 2019-05-09 15:01:24 +02:00
parent 34b4943918
commit 40acdf7aa9
3 changed files with 30 additions and 8 deletions

View File

@ -1,11 +1,11 @@
### Changelog
#### NEXT
#### Version 0.33.0
* BFH-16: Initial support
* Mi Band 2/3/Bip/Cor: Generate random per-device secutiry keys when pairing, allow manual override to still support multiple android devices connecting to the same device
* Mi Band 3: Add Indonesian, Thai, Arabic, Vietnamese, Portuguese, Dutch, Turkish and Ukrainian to language settings
* Mi Band 3: Support flashing latest Japanese-Korean font
* Amazfit Cor 2: Inital experimental support (untested)
* Amazfit Cor 2: Initial experimental support (untested)
* Pebble: Add pebblekit extension for reopening last app
* Casio: Bugfixes and improvements
* Lookup contacts also in work profile

View File

@ -1,12 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.33.0" versioncode="148">
<change> BFH-16: Initial support</change>
<change> Mi Band 2/3/Bip/Cor: Generate random per-device secutiry keys when pairing, allow manual override to still support multiple android devices connecting to the same device</change>
<change> Mi Band 3: Add Indonesian, Thai, Arabic, Vietnamese, Portuguese, Dutch, Turkish and Ukrainian to language settings</change>
<change> Mi Band 3: Support flashing latest Japanese-Korean font</change>
<change> Amazfit Cor 2: Initial experimental support (untested)</change>
<change> Pebble: Add pebblekit extension for reopening last app</change>
<change> Casio: Bugfixes and improvements</change>
<change> Lookup contacts also in work profile</change>
<change> Fix searching in application name when blacklisting</change>
<change> Remove misleading title from database management activity when no legacy database is available</change>
</release>
<release version="0.32.4" versioncode="147">
<change>Make voip call support optional (disabled by default)</change>
<change>Amazfit Bip: GPX export corrections</change>
<change>ZeTime: Fix setting alarms</change>
<change>ZeTime: Fix wrong activity timestamps</change>
<change>ZeTime: Set HR alarm limits when changed, not only on connect</change>
<change>ZeTime: Sync preferences from the watch to Gadgetbridge settings</change>
<change>Make voip call support optional (disabled by default)</change>
<change>Amazfit Bip: GPX export corrections</change>
<change>ZeTime: Fix setting alarms</change>
<change>ZeTime: Fix wrong activity timestamps</change>
<change>ZeTime: Set HR alarm limits when changed, not only on connect</change>
<change>ZeTime: Sync preferences from the watch to Gadgetbridge settings</change>
</release>
<release version="0.32.3" versioncode="146">
<change>Fix a crash in charts due to a broken German translation</change>

View File

@ -0,0 +1,10 @@
* BFH-16: Initial support
* Mi Band 2/3/Bip/Cor: Generate random per-device secutiry keys when pairing, allow manual override to still support multiple android devices connecting to the same device
* Mi Band 3: Add Indonesian, Thai, Arabic, Vietnamese, Portuguese, Dutch, Turkish and Ukrainian to language settings
* Mi Band 3: Support flashing latest Japanese-Korean font
* Amazfit Cor 2: Initial experimental support (untested)
* Pebble: Add pebblekit extension for reopening last app
* Casio: Bugfixes and improvements
* Lookup contacts also in work profile
* Fix searching in application name when blacklisting
* Remove misleading title from database management activity when no legacy database is available