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
|
||||
|
||||
####Version next
|
||||
####Version 0.15.0
|
||||
* New device: Liveview
|
||||
* 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
|
||||
* 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
|
||||
* 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 2
|
||||
* Vibratissimo (experimental)
|
||||
|
|
|
@ -26,8 +26,8 @@ android {
|
|||
targetSdkVersion 23
|
||||
|
||||
// note: always bump BOTH versionCode and versionName!
|
||||
versionName "0.14.4"
|
||||
versionCode 76
|
||||
versionName "0.15.0"
|
||||
versionCode 77
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<changelog>
|
||||
<release version="next">
|
||||
<release version="0.15.0" versioncode="77">
|
||||
<change>New device: Liveview</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 version="0.14.4" versioncode="76">
|
||||
<change>Pebble 2/LE: Fix multiple bugs in reconnection code, honor reconnect tries from settings</change>
|
||||
|
|
Loading…
Reference in New Issue