bump version, update changelog

master
Andreas Shimokawa 2016-09-11 00:18:46 +02:00
parent 9c2e40ecc0
commit 57a9a7ab0b
3 changed files with 10 additions and 2 deletions

View File

@ -1,5 +1,9 @@
###Changelog
####Version 0.12.1
* Pebble: fix Morpheuz and Misfit data being associated with the wrong device and/or user in some cases causing them to invisible in charts
* Remove special handling for Conversations notfications since upstream dropped special pebble support
####Version 0.12.0
* NB: User action needed to migrate existing data!
* Store activity data per device and provider to allow multiple devices of the same kind with separate data. Migration is available, except for Pebble Misfit data. Existing data from multiple devices of the same kind (eg. multiple Mi Bands) will get merged while importing.

View File

@ -26,8 +26,8 @@ android {
targetSdkVersion 23
// note: always bump BOTH versionCode and versionName!
versionName "0.12.0"
versionCode 59
versionName "0.12.1"
versionCode 60
}
buildTypes {
release {

View File

@ -1,5 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.12.1" versioncode="60">
<change>Pebble: fix Morpheuz and Misfit data being associated with the wrong device and/or user in some cases causing them to invisible in charts</change>
<change>Remove special handling for Conversations notfications since upstream dropped special pebble support</change>
</release>
<release version="0.12.0" versioncode="59">
<change>NB: User action needed to migrate existing data!</change>
<change>Store activity data per device and provider to allow multiple devices of the same kind with separate data. Migration is available, except for Pebble Misfit data. Existing data from multiple devices of the same kind (eg. multiple Mi Bands) will get merged while importing</change>