diff --git a/CHANGELOG.md b/CHANGELOG.md index 730debff7..d43013c77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,13 @@ ###Changelog -###Version next +###Version 0.18.5 * Applied some material design guidelines to Charts and (pebble) app management * Changed colours: deep sleep is now dark blue, light sleep is now light blue * Support for exporting and importing of preferences in addition to the database * Visual improvements of the pie charts * Add filter by name in the App blacklist activity * Pebble: improve compatibility with watch app configuration pages +* Pebble: display battery percentage (will only update once an hour) * HPlus: users can now decide whether they want to pair the device or not, hopefully fixing some connection problems (#642) * HPlus: display battery state and warn on low battery diff --git a/app/build.gradle b/app/build.gradle index 44f50e4ee..ce8ef8abf 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -26,8 +26,8 @@ android { targetSdkVersion 25 // note: always bump BOTH versionCode and versionName! - versionName "0.18.4" - versionCode 91 + versionName "0.18.5" + versionCode 92 vectorDrawables.useSupportLibrary = true } buildTypes { diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index 2365e27e8..bea25db6d 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,12 +1,13 @@ - + Applied some material design guidelines to Charts and (pebble) app management Changed colours: deep sleep is now dark blue, light sleep is now light blue Support for exporting and importing of preferences in addition to the database Visual improvements of the pie charts Add filter by name in the App blacklist activity Pebble: improve compatibility with watch app configuration pages + Pebble: display battery percentage (will only update once an hour) HPlus: users can now decide whether they want to pair the device or not, hopefully fixing some connection problems (#642) HPlus: display battery state and warn on low battery