Prepare for 0.9.5

master
cpfeiffer 2016-04-21 23:13:06 +02:00
parent 0427294227
commit c573f989d0
3 changed files with 22 additions and 2 deletions

View File

@ -1,5 +1,15 @@
###Changelog
####Version (0.9.5)
* Several UI Improvements
* Easier First-time setup by using a FAB
* Optional Dark Theme
* Notification App Blacklist is now sorted
* Gadgetbridge Icon in the notification bar displays connection state
* Logging is now configurable without restart
* Mi Band 1S: Initial live heartrate tracking
* Fix certain crash in charts activity on slower devices (#277)
####Version (0.9.4)
* Pebble: support pebble health datalog messages of firmware 3.11 (this adds support for deep sleep!)
* Pebble: try to reconnect on new notifications and phone calls when connection was lost unexpectedly

View File

@ -16,8 +16,8 @@ android {
targetSdkVersion 23
// note: always bump BOTH versionCode and versionName!
versionName "0.9.4"
versionCode 48
versionName "0.9.5"
versionCode 49
}
buildTypes {
release {

View File

@ -1,5 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.9.5" versioncode="49">
<change>Several UI Improvements</change>
<change>Easier First-time setup by using a FAB</change>
<change>Optional Dark Theme</change>
<change>Notification App Blacklist is now sorted</change>
<change>Gadgetbridge Icon in the notification bar displays connection state</change>
<change>Logging is now configurable without restart</change>
<change>Mi Band 1S: Initial live heartrate tracking</change>
<change>Fix certain crash in charts activity on slower devices (#277)</change>
</release>
<release version="0.9.4" versioncode="48">
<change>Fix crash in charts activities when changing the date, quickly (#277)</change>
<change>Pebble: support pebble health datalog messages of firmware 3.11 (this adds support for deep sleep!)</change>