mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-03 17:02:13 +01:00
prepare 0.8.2
This commit is contained in:
parent
619ea04a63
commit
2902e60d51
@ -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
|
||||
|
@ -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 {
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user