diff --git a/CHANGELOG.md b/CHANGELOG.md index b2a455d05..f73bb50df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index b6252aaa4..2c631edcd 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/app/build.gradle b/app/build.gradle index 2306f5ea1..573105c75 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 { diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index db109f36d..e31694aba 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,8 +1,9 @@ - + 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 Pebble 2/LE: Fix multiple bugs in reconnection code, honor reconnect tries from settings