bump version, update changelog
This commit is contained in:
parent
64182941d0
commit
b2bae26d7d
|
@ -4,6 +4,8 @@
|
||||||
####Version 0.10.2
|
####Version 0.10.2
|
||||||
* Pebble: allow to manually paste configuration data for legacy configuration pages
|
* Pebble: allow to manually paste configuration data for legacy configuration pages
|
||||||
* Pebble: various improvements to the configuration page
|
* Pebble: various improvements to the configuration page
|
||||||
|
* Pebble: Suppport FW 4.0-dp1 and Pebble2 emulator (needs recompilation of Gadgetbridge)
|
||||||
|
* Pebble: Fix a problem with key events when using the Pebble music player
|
||||||
|
|
||||||
####Version 0.10.1
|
####Version 0.10.1
|
||||||
* Pebble: set extended music info by dissecting notifications on Android 5.0+
|
* Pebble: set extended music info by dissecting notifications on Android 5.0+
|
||||||
|
|
|
@ -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.1"
|
versionName "0.10.2"
|
||||||
versionCode 54
|
versionCode 55
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
|
|
|
@ -1,11 +1,10 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog>
|
<changelog>
|
||||||
<release
|
<release version="0.10.2" versioncode="55">
|
||||||
version="0.10.2"
|
<change>Pebble: allow to manually paste configuration data for legacy configuration pages</change>
|
||||||
versioncode="55">
|
|
||||||
<change>Pebble: allow to manually paste configuration data for legacy configuration pages
|
|
||||||
</change>
|
|
||||||
<change>Pebble: various improvements to the configuration page</change>
|
<change>Pebble: various improvements to the configuration page</change>
|
||||||
|
<change>Pebble: Suppport FW 4.0-dp1 and Pebble2 emulator (needs recompilation of Gadgetbridge)</change>
|
||||||
|
<change>Pebble: Fix a problem with key events when using the Pebble music player</change>
|
||||||
</release>
|
</release>
|
||||||
<release version="0.10.1" versioncode="54">
|
<release version="0.10.1" versioncode="54">
|
||||||
<change>Pebble: set extended music info by dissecting notifications on Android 5.0+</change>
|
<change>Pebble: set extended music info by dissecting notifications on Android 5.0+</change>
|
||||||
|
|
Loading…
Reference in New Issue