1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-12-25 01:55:50 +01:00

Release 0.13.6

This commit is contained in:
cpfeiffer 2016-10-23 23:14:05 +02:00
parent 17b70a1b82
commit 069abe17b7
3 changed files with 10 additions and 2 deletions

View File

@ -1,5 +1,9 @@
###Changelog ###Changelog
####Version 0.13.6
* Mi Band 2: Support for multiple alarms (3 at the moment)
* Mi Band 2: Fix for alarms not working when just one is enabled
####Version 0.13.5 ####Version 0.13.5
* Mi Band 2: Support setting one alarm * Mi Band 2: Support setting one alarm
* Pebble: Health compatibility for Firmware 4.2 * Pebble: Health compatibility for Firmware 4.2

View File

@ -26,8 +26,8 @@ android {
targetSdkVersion 23 targetSdkVersion 23
// note: always bump BOTH versionCode and versionName! // note: always bump BOTH versionCode and versionName!
versionName "0.13.5" versionName "0.13.6"
versionCode 67 versionCode 68
} }
buildTypes { buildTypes {
release { release {

View File

@ -1,5 +1,9 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<changelog> <changelog>
<release version="0.13.6" versioncode="68">
<change>Mi Band 2: Support multiple alarms (3 at the moment)</change>
<change>Mi Band 2: Fix for alarms not working when just one is enabled</change>
</release>
<release version="0.13.5" versioncode="67"> <release version="0.13.5" versioncode="67">
<change>Mi Band 2: Support setting one alarm</change> <change>Mi Band 2: Support setting one alarm</change>
<change>Pebble: Health compatibility for Firmware 4.2</change> <change>Pebble: Health compatibility for Firmware 4.2</change>