mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-27 12:26:48 +01:00
finalize changelog
This commit is contained in:
parent
7c213f5807
commit
f89fcee0b2
@ -1,11 +1,13 @@
|
||||
### Changelog
|
||||
|
||||
#### 0.56.0 (NEXT)
|
||||
#### 0.56.0
|
||||
* Initial support for UM25 voltage meters
|
||||
* Pebble: Remove read/dismissed notifications on watch (can be disabled)
|
||||
* Fossil Hybrid HR: Remove read/dismissed notifications on watch (can be disabled)
|
||||
* Fossil Hybrid HR: Fixes for running firmware DN1.0.2.20 or newer (disable widget features, currently not supported)
|
||||
* Fossil Hybrid HR: Fix up/back navigation and add titles to Fossil specific menus
|
||||
* Huami: Fix displaying title for calendar events
|
||||
* Use requestLegacyExternalStorage in manifest to fix file access problems in some Android 10 roms
|
||||
* Add chart to each item in activity list
|
||||
* Add scroll view to activity detail to handle landscape view
|
||||
* Add header title to activity detail
|
||||
|
@ -1,5 +1,17 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<changelog>
|
||||
<release version="0.56.0" versioncode="191">
|
||||
<change>Initial support for UM25 voltage meters</change>
|
||||
<change>Pebble: Remove read/dismissed notifications on watch (can be disabled)</change>
|
||||
<change>Fossil Hybrid HR: Remove read/dismissed notifications on watch (can be disabled)</change>
|
||||
<change>Fossil Hybrid HR: Fixes for running firmware DN1.0.2.20 or newer (disable widget features, currently not supported)</change>
|
||||
<change>Fossil Hybrid HR: Fix up/back navigation and add titles to Fossil specific menus</change>
|
||||
<change>Huami: Fix displaying title for calendar events</change>
|
||||
<change>Use requestLegacyExternalStorage in manifest to fix file access problems in some Android 10 roms</change>
|
||||
<change>Add chart to each item in activity list</change>
|
||||
<change>Add scroll view to activity detail to handle landscape view</change>
|
||||
<change>Add header title to activity detail</change>
|
||||
</release>
|
||||
<release version="0.55.0" versioncode="190">
|
||||
<change>InfiniTime: Fix music control for newer firmware releases</change>
|
||||
<change>InfiniTime: Support call control and notification</change>
|
||||
|
10
fastlane/metadata/android/en-US/191.txt
Normal file
10
fastlane/metadata/android/en-US/191.txt
Normal file
@ -0,0 +1,10 @@
|
||||
* Initial support for UM25 voltage meters
|
||||
* Pebble: Remove read/dismissed notifications on watch (can be disabled)
|
||||
* Fossil Hybrid HR: Remove read/dismissed notifications on watch (can be disabled)
|
||||
* Fossil Hybrid HR: Fixes for running firmware DN1.0.2.20 or newer (disable widget features, currently not supported)
|
||||
* Fossil Hybrid HR: Fix up/back navigation and add titles to Fossil specific menus
|
||||
* Huami: Fix displaying title for calendar events
|
||||
* Use requestLegacyExternalStorage in manifest to fix file access problems in some Android 10 roms
|
||||
* Add chart to each item in activity list
|
||||
* Add scroll view to activity detail to handle landscape view
|
||||
* Add header title to activity detail
|
Loading…
Reference in New Issue
Block a user