mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-27 12:26:48 +01:00
update CHANGELOG, bump version to 0.4.4 (not yet release time)
This commit is contained in:
parent
34dde2eb64
commit
80e93aeaf7
@ -3,6 +3,8 @@
|
||||
####Version 0.4.4
|
||||
* Support for backup up and restoring of the activity database (via Debug activity)
|
||||
* Support for graceful upgrades and downgrades, keeping your activity database intact
|
||||
* Pebble: experimental support for dismissing (all) notifications via actionable notifications (disabled by default)
|
||||
* Pebble: make FW 3.x notifications available by default
|
||||
|
||||
####Version 0.4.3
|
||||
* Mi Band: Support for setting alarms
|
||||
|
@ -8,8 +8,8 @@ android {
|
||||
applicationId "nodomain.freeyourgadget.gadgetbridge"
|
||||
minSdkVersion 19
|
||||
targetSdkVersion 21
|
||||
versionCode 17
|
||||
versionName "0.4.3"
|
||||
versionCode 18
|
||||
versionName "0.4.4"
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
|
Loading…
Reference in New Issue
Block a user