bump version, update changelog

master
Andreas Shimokawa 2016-06-10 22:39:00 +02:00
parent 26ca526fdd
commit 771ff7b2be
3 changed files with 16 additions and 2 deletions

View File

@ -1,4 +1,11 @@
###Changelog
####Version 0.10.1
* Pebble: set extended music info by dissecting notifications on Android 5.0+
* Pebble: allow ignoring activity trackers indiviually (to keep the data on the pebble)
* Mi Band: support for shifting the device time by N hours (for people who sleep at daytime)
* Mi Band: initial and untested support for Mi Band 2
* Allow setting the application language
####Version 0.10.0
* Pebble: option to send sunrise and sunset events to timeline
* Pebble: fix problems with unknown app keys while configuring watchfaces

View File

@ -18,8 +18,8 @@ android {
targetSdkVersion 23
// note: always bump BOTH versionCode and versionName!
versionName "0.10.0"
versionCode 53
versionName "0.10.1"
versionCode 54
}
buildTypes {
release {

View File

@ -1,5 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.10.1" versioncode="54">
<change>Pebble: set extended music info by dissecting notifications on Android 5.0+</change>
<change>Pebble: allow ignoring activity trackers indiviually (to keep the data on the pebble)</change>
<change>Mi Band: support for shifting the device time by N hours (for people who sleep at daytime)</change>
<change>Mi Band: initial and untested support for Mi Band 2</change>
<change>Allow setting the application language
</release>
<release version="0.10.0" versioncode="53">
<change>Pebble: option to send sunrise and sunset events to timeline</change>
<change>Pebble: fix problems with unknown app keys while configuring watchfaces</change>