1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-27 17:14:55 +02:00

Update changelog

This commit is contained in:
José Rebelo 2024-07-20 17:43:24 +01:00
parent ab05b566bd
commit d2c6712a87
2 changed files with 13 additions and 7 deletions

View File

@ -1,12 +1,23 @@
### Changelog
#### Next version (WIP)
* Initial support for Garmin Fenix 5/6
* Initial support for CMF Watch Pro 2
* Initial support for Garmin Fenix 5/6, Vivoactive 3, Vivomove Trend, Vivosport
* Initial support for Moondrop Space Travel
* Cycling sensor: Improve cycling data display
* CMF Watch Pro: Fix activity transfer
* Fossil HR: Minor watchface fixes
* Huawei: Add battery polling
* Huawei: Fix watchface upload, activity sync, event alarms for some devices
* Huawei: Map more workout types
* Sony Headphones: Enable read aloud incoming notifications and auto call pickup
* Xiaomi: Parse freestyle workouts
* UM25C: Fix some disconnection issues
* Xiaomi: Parse freestyle and HIIT workouts
* Zepp OS 3: Fix file transfer (notification icons, gpx upload, agps updates)
* Fix emoji when some connected device does not support them
* Fix notification text not being sent for some apps
* Fix reconnection when device connects back during BLE scan
* Use default system TTS language
* Change device icons to use theme colors
#### 0.81.0

View File

@ -21,11 +21,6 @@ import java.util.regex.Pattern;
import nodomain.freeyourgadget.gadgetbridge.R;
public class CmfWatchPro2Coordinator extends CmfWatchProCoordinator {
@Override
public boolean isExperimental() {
return true;
}
@Override
protected Pattern getSupportedDeviceName() {
return Pattern.compile("^CMF Watch Pro 2(-[A-Z0-9]{4})$");