update CHANGELOG, bump version to 0.4.4 (not yet release time)

This commit is contained in:
Andreas Shimokawa 2015-07-21 22:54:41 +02:00
parent 34dde2eb64
commit 80e93aeaf7
2 changed files with 4 additions and 2 deletions

View File

@ -3,6 +3,8 @@
####Version 0.4.4 ####Version 0.4.4
* Support for backup up and restoring of the activity database (via Debug activity) * Support for backup up and restoring of the activity database (via Debug activity)
* Support for graceful upgrades and downgrades, keeping your activity database intact * 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 ####Version 0.4.3
* Mi Band: Support for setting alarms * Mi Band: Support for setting alarms

View File

@ -8,8 +8,8 @@ android {
applicationId "nodomain.freeyourgadget.gadgetbridge" applicationId "nodomain.freeyourgadget.gadgetbridge"
minSdkVersion 19 minSdkVersion 19
targetSdkVersion 21 targetSdkVersion 21
versionCode 17 versionCode 18
versionName "0.4.3" versionName "0.4.4"
} }
buildTypes { buildTypes {
release { release {