prepare 0.8.2

master
Andreas Shimokawa 2016-03-07 00:55:17 +01:00
parent 619ea04a63
commit 2902e60d51
3 changed files with 13 additions and 10 deletions

View File

@ -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

View File

@ -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 {

View File

@ -1,14 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="next">
<change>Fix database creation script. Thanks @feclare</change>
<release version="0.8.2" versioncode="43">
<change>Fix database creation and updates</change>
<change>Add experimental widget to set the alarm time to a configurable number of hours in the future</change>
<change>Use ckChangeLog to display the Changelog within Gadgetbridge</change>
</release>
<release
version="0.8.1"
versioncode="42">
<change>Pebble: Install and start freshly-installed apps on the watch also in FW 3.x (now
same behaviour as 2.x)
</change>
<release version="0.8.1" versioncode="42">
<change>Pebble: Install and start freshly-installed apps on the watch also in FW 3.x (now same behaviour as 2.x)</change>
<change>Pebble: Fix crash while receiving Health data</change>
<change>Mi Band 1S: Support for synchronizing activity data</change>
<change>Mi Band 1S: Support for reading the heart rate via the "Debug Screen"</change>