mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-23 18:36:50 +01:00
bump version, update changelog
This commit is contained in:
parent
26ca526fdd
commit
771ff7b2be
@ -1,4 +1,11 @@
|
|||||||
###Changelog
|
###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
|
####Version 0.10.0
|
||||||
* Pebble: option to send sunrise and sunset events to timeline
|
* Pebble: option to send sunrise and sunset events to timeline
|
||||||
* Pebble: fix problems with unknown app keys while configuring watchfaces
|
* Pebble: fix problems with unknown app keys while configuring watchfaces
|
||||||
|
@ -18,8 +18,8 @@ android {
|
|||||||
targetSdkVersion 23
|
targetSdkVersion 23
|
||||||
|
|
||||||
// note: always bump BOTH versionCode and versionName!
|
// note: always bump BOTH versionCode and versionName!
|
||||||
versionName "0.10.0"
|
versionName "0.10.1"
|
||||||
versionCode 53
|
versionCode 54
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
|
@ -1,5 +1,12 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog>
|
<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">
|
<release version="0.10.0" versioncode="53">
|
||||||
<change>Pebble: option to send sunrise and sunset events to timeline</change>
|
<change>Pebble: option to send sunrise and sunset events to timeline</change>
|
||||||
<change>Pebble: fix problems with unknown app keys while configuring watchfaces</change>
|
<change>Pebble: fix problems with unknown app keys while configuring watchfaces</change>
|
||||||
|
Loading…
Reference in New Issue
Block a user