mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-10 17:11:56 +01:00
bump version, draft changelog
This commit is contained in:
parent
f1be1d020f
commit
9c5db7acfd
10
CHANGELOG.md
10
CHANGELOG.md
@ -1,5 +1,15 @@
|
||||
### Changelog
|
||||
|
||||
#### 0.56.0 (NEXT)
|
||||
* 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
|
||||
* Add chart to each item in activity list
|
||||
* Add scroll view to activity detail to handle landscape view
|
||||
* Add header title to activity detail
|
||||
|
||||
#### 0.55.0
|
||||
* InfiniTime: Fix music control for newer firmware releases
|
||||
* InfiniTime: Support call control and notification
|
||||
|
@ -25,8 +25,8 @@ android {
|
||||
targetSdkVersion 29
|
||||
|
||||
// Note: always bump BOTH versionCode and versionName!
|
||||
versionName "0.55.0"
|
||||
versionCode 190
|
||||
versionName "0.56.0"
|
||||
versionCode 191
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
}
|
||||
buildTypes {
|
||||
|
Loading…
Reference in New Issue
Block a user