From 0a1ef37c14709c6d9621250118b3a122b21b83c9 Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Fri, 24 Jun 2016 21:51:02 +0200 Subject: [PATCH] bump version, update changelogs --- CHANGELOG.md | 5 +++++ app/build.gradle | 4 ++-- app/src/main/res/xml/changelog_master.xml | 5 +++++ 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a73f51392..a7c5f96d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ ###Changelog +####Version 0.11.0 +* Pebble: new App Manager (keeps track of installed apps and allows app sorting on FW 3.x) +* Pebble: call dismissal with canned SMS (FW 3.x) +* Pebble: fix regression with FW 2.x (almost everything was broken in 0.10.2) + ####Version 0.10.2 * Pebble: allow to manually paste configuration data for legacy configuration pages * Pebble: various improvements to the configuration page diff --git a/app/build.gradle b/app/build.gradle index 3f6389ce6..46f8286b8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -18,8 +18,8 @@ android { targetSdkVersion 23 // note: always bump BOTH versionCode and versionName! - versionName "0.10.2" - versionCode 55 + versionName "0.11.0" + versionCode 56 } buildTypes { release { diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index 31efd8ece..e58cf2258 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,10 @@ + + Pebble: new App Manager (keeps track of installed apps and allows app sorting on FW 3.x) + Pebble: call dismissal with canned SMS (FW 3.x) + Pebble: fix regression with FW 2.x (almost everything was broken in 0.10.2) + Pebble: allow to manually paste configuration data for legacy configuration pages Pebble: various improvements to the configuration page