mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-03 17:02:13 +01:00
bump version, update changelog
This commit is contained in:
parent
9c2e40ecc0
commit
57a9a7ab0b
@ -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.
|
||||
|
@ -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 {
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user