bump version, update changelog, add pebble time 2 to changelog as it should work
This commit is contained in:
parent
2d0489960e
commit
f735739396
|
@ -1,8 +1,9 @@
|
||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
####Version next
|
####Version 0.15.0
|
||||||
* New device: Liveview
|
* New device: Liveview
|
||||||
* Liveview: initial support (set the time and receive notifications)
|
* Liveview: initial support (set the time and receive notifications)
|
||||||
|
* Pebble: log pebble app logs if option is enabled in pebble development settings
|
||||||
|
|
||||||
####Version 0.14.4
|
####Version 0.14.4
|
||||||
* Pebble 2/LE: Fix multiple bugs in reconnection code, honor reconnect tries from settings
|
* Pebble 2/LE: Fix multiple bugs in reconnection code, honor reconnect tries from settings
|
||||||
|
|
|
@ -15,7 +15,7 @@ need to create an account and transmit any of your data to the vendor's servers.
|
||||||
|
|
||||||
## Supported Devices
|
## Supported Devices
|
||||||
* Pebble, Pebble Steel, Pebble Time, Pebble Time Steel, Pebble Time Round
|
* Pebble, Pebble Steel, Pebble Time, Pebble Time Steel, Pebble Time Round
|
||||||
* Pebble 2 (experimental, PAIR WITHIN GADGETBRIDGE)
|
* Pebble 2, Pebble Time 2 (experimental, PAIR WITHIN GADGETBRIDGE)
|
||||||
* Mi Band, Mi Band 1A, Mi Band 1S
|
* Mi Band, Mi Band 1A, Mi Band 1S
|
||||||
* Mi Band 2
|
* Mi Band 2
|
||||||
* Vibratissimo (experimental)
|
* Vibratissimo (experimental)
|
||||||
|
|
|
@ -26,8 +26,8 @@ android {
|
||||||
targetSdkVersion 23
|
targetSdkVersion 23
|
||||||
|
|
||||||
// note: always bump BOTH versionCode and versionName!
|
// note: always bump BOTH versionCode and versionName!
|
||||||
versionName "0.14.4"
|
versionName "0.15.0"
|
||||||
versionCode 76
|
versionCode 77
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
|
|
|
@ -1,8 +1,9 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog>
|
<changelog>
|
||||||
<release version="next">
|
<release version="0.15.0" versioncode="77">
|
||||||
<change>New device: Liveview</change>
|
<change>New device: Liveview</change>
|
||||||
<change>Liveview: initial support (set the time and receive notifications)</change>
|
<change>Liveview: initial support (set the time and receive notifications)</change>
|
||||||
|
<change>Pebble: log pebble app logs if option is enabled in pebble development settings</change>
|
||||||
</release>
|
</release>
|
||||||
<release version="0.14.4" versioncode="76">
|
<release version="0.14.4" versioncode="76">
|
||||||
<change>Pebble 2/LE: Fix multiple bugs in reconnection code, honor reconnect tries from settings</change>
|
<change>Pebble 2/LE: Fix multiple bugs in reconnection code, honor reconnect tries from settings</change>
|
||||||
|
|
Loading…
Reference in New Issue