From 2902e60d517f593fadcb84dace54e64a30ffa9f5 Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Mon, 7 Mar 2016 00:55:17 +0100 Subject: [PATCH] prepare 0.8.2 --- CHANGELOG.md | 5 +++++ app/build.gradle | 4 ++-- app/src/main/res/xml/changelog_master.xml | 14 ++++++-------- 3 files changed, 13 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9db8880c..da05d4f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ###Changelog +####Version 0.8.2 +* Fix database creation and updates (thanks @feclare) +* Add experimental widget to set the alarm time to a configurable number of hours in the future (thanks @0nse) +* Use ckChangeLog to display the Changelog within Gadgetbridge + ####Version 0.8.1 * Pebble: install (and start) freshly-installed apps on the watch instead of showing a Toast that tells the user to do so. (only applies to firmware 3.x) * Pebble: fix crash while receiving Health data diff --git a/app/build.gradle b/app/build.gradle index 508e1b82..fdeccda6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,8 +14,8 @@ android { targetSdkVersion 23 // note: always bump BOTH versionCode and versionName! - versionName "0.8.1" - versionCode 42 + versionName "0.8.2" + versionCode 43 } buildTypes { release { diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index dc0624dc..02163451 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,14 +1,12 @@ - - Fix database creation script. Thanks @feclare + + Fix database creation and updates + Add experimental widget to set the alarm time to a configurable number of hours in the future + Use ckChangeLog to display the Changelog within Gadgetbridge - - Pebble: Install and start freshly-installed apps on the watch also in FW 3.x (now - same behaviour as 2.x) - + + Pebble: Install and start freshly-installed apps on the watch also in FW 3.x (now same behaviour as 2.x) Pebble: Fix crash while receiving Health data Mi Band 1S: Support for synchronizing activity data Mi Band 1S: Support for reading the heart rate via the "Debug Screen"