update changelog, bump versions

master
Andreas Shimokawa 2017-04-09 22:39:50 +02:00
parent a5fdc90b6e
commit 3860c2f9c4
3 changed files with 6 additions and 4 deletions

View File

@ -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

View File

@ -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 {

View File

@ -1,12 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="next">
<release version="0.18.5" versioncode="92">
<change>Applied some material design guidelines to Charts and (pebble) app management</change>
<change>Changed colours: deep sleep is now dark blue, light sleep is now light blue</change>
<change>Support for exporting and importing of preferences in addition to the database</change>
<change>Visual improvements of the pie charts</change>
<change>Add filter by name in the App blacklist activity</change>
<change>Pebble: improve compatibility with watch app configuration pages</change>
<change>Pebble: display battery percentage (will only update once an hour)</change>
<change>HPlus: users can now decide whether they want to pair the device or not, hopefully fixing some connection problems (#642)</change>
<change>HPlus: display battery state and warn on low battery</change>
</release>