update changelog, bump version

master
Andreas Shimokawa 2016-05-14 12:15:48 +02:00
parent b805612ae5
commit e2def7b467
2 changed files with 10 additions and 5 deletions

View File

@ -1,12 +1,17 @@
###Changelog
####Version (0.9.6)
####Version 0.9.7
* Pebble: hopefully fix some reconnect issues
* Show aliases for BT Devices if they had been renamed in BT Settings
* Do not show a hint about App Manager when a Mi Band is connected
####Version 0.9.6
* Again some UI/theme improvements
* New preference to reconnect after connection loss (defaults to true)
* Fix crash when dealing with certain old preference values
* Mi Band: automatically reconnect when back in range after connection loss
* Mi Band 1S: display heart rate value again when invoked via the Debug view
####Version (0.9.5)
####Version 0.9.5
* Several UI Improvements
* Easier First-time setup by using a FAB
* Optional Dark Theme
@ -16,7 +21,7 @@
* Mi Band 1S: Initial live heartrate tracking
* Fix certain crash in charts activity on slower devices (#277)
####Version (0.9.4)
####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
* Pebble: delay between reconnection attempts (from 1 up to 64 seconds)

View File

@ -16,8 +16,8 @@ android {
targetSdkVersion 23
// note: always bump BOTH versionCode and versionName!
versionName "0.9.6"
versionCode 50
versionName "0.9.7"
versionCode 51
}
buildTypes {
release {