diff --git a/CHANGELOG.md b/CHANGELOG.md index aa1ae6d9..b076d0e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ###Changelog +####Version 0.17.0 (next) +* Add weather support through "Weather Notification" app +* Pebble: Support for build-in weather system app (FW 4.x) +* Pebble: Add weather support for various watchfaces +* Pebble 2/LE: Improve reliablitly and transfer speed + ####Version 0.16.0 * New devices: HPlus (e.g. Zeblaze ZeBand), contributed by João Paulo Barraca * ZeBand: Initial support: notifications, heart rate, sleep monitoring, user configuration, date+time diff --git a/app/build.gradle b/app/build.gradle index e985816d..b6b68af6 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.16.0" - versionCode 80 + versionName "0.17.0" + versionCode 81 } buildTypes { release { diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index d9e4591a..51089ee0 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,11 @@ + + Add weather support through "Weather Notification" app + Pebble: Support for build-in weather system app (FW 4.x) + Pebble: Add weather support for various watchfaces + Pebble 2/LE: Improve reliablitly and transfer speed + New devices: HPlus (e.g. Zeblaze ZeBand), contributed by João Paulo Barraca ZeBand: Initial support: notifications, heart rate, sleep monitoring, user configuration, date+time @@ -10,7 +16,6 @@ Mi Band 2: Fix activity data missing after doing manual hr measurements or live activity Support sharing firmwares/watchapps/watchfaces to Gadgetbridge Support for the "Subsonic" music player (#474) - Mi Band: Fix crash with unknown notification sources