diff --git a/CHANGELOG.md b/CHANGELOG.md index 5abc7e0b..7d015ea8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ###Changelog +####Version 0.17.3 (next) +* HPlus: Improve display of new messages and phone calls +* HPlus: Fix bug related to steps and heart rate +* Pebble: Support dynamic keys for natively supported watchfaces and watchapps (more stability accross versions) +* Pebble: Fix error Toast being displayed when TimeStyle watchface is not installed + ####Version 0.17.2 * Pebble: Fix temperature unit in Timestyle Pebble watchface * Add optional Cyrillic transliteration (for devices lacking the font) diff --git a/app/build.gradle b/app/build.gradle index 17ca06fd..a86bb12b 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.17.2" - versionCode 83 + versionName "0.17.3" + versionCode 84 } buildTypes { release { diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index 1c84aab9..772f7c45 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,11 @@ + + HPlus: Improve display of new messages and phone calls + HPlus: Fix bug related to steps and heart rate + Pebble: Support dynamic keys for natively supported watchfaces and watchapps (more stability accross versions) + Pebble: Fix error Toast being displayed when TimeStyle watchface is not installed + Pebble: Fix temperature unit in Timestyle Pebble watchface Add optional Cyrillic transliteration (for devices lacking the font)