diff --git a/CHANGELOG.md b/CHANGELOG.md index 6eb5f7931..21a12e342 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ ###Changelog ####Version 0.9.1 -* Mi Band: Fixed sporadic connection problems (stuck on "Initializing" #249) -* Mi Band: enable low latency connection (faster) during initialization and activity sync +* Mi Band: fix sporadic connection problems (stuck on "Initializing" #249) +* Mi Band: enable low latency connection (faster) during initialization and activity sync * Mi Band: better feedback for firmware update * Device Item is now clickable also when the information entries are visible * Fix enabling log file writing #261 diff --git a/app/build.gradle b/app/build.gradle index 961e88147..dbb2b1d1e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { targetSdkVersion 23 // note: always bump BOTH versionCode and versionName! - versionName "0.9.0" - versionCode 44 + versionName "0.9.1" + versionCode 45 } buildTypes { release { diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index 71f48881a..e7ce6e5da 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,12 @@ + + Mi Band: fix sporadic connection problems (stuck on "Initializing" #249) + Mi Band: enable low latency connection (faster) during initialization and activity sync + Mi Band: better feedback for firmware update + Device Item is now clickable also when the information entries are visible + Fix enabling log file writing #261 + Pebble: Support for configuring watchfaces/apps locally (clay) or though webbrowser (some do not work) Pebble: hide the alarm management activity as it's unsupported