1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-22 06:41:06 +02:00

bump version, add changelog

This commit is contained in:
Andreas Shimokawa 2016-10-21 13:13:08 +02:00
parent 503bcee7b4
commit d08012709f
3 changed files with 12 additions and 2 deletions

View File

@ -1,5 +1,10 @@
###Changelog ###Changelog
####Version 0.13.5
* Mi Band 2: Support setting one alarm
* Pebble: Health compatibility for Firmware 4.2
* Improve support for K9 when generic notifications are used (K9 notifications set to never)
####Version 0.13.4 ####Version 0.13.4
* Mi Band: Initial support for recording heart and displaying rate values * Mi Band: Initial support for recording heart and displaying rate values
* Mi Band: Support for testing vibration patterns directly from the preferences * Mi Band: Support for testing vibration patterns directly from the preferences

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.4" versionName "0.13.5"
versionCode 66 versionCode 67
} }
buildTypes { buildTypes {
release { release {

View File

@ -1,5 +1,10 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<changelog> <changelog>
<release version="0.13.5" versioncode="67">
<change>Mi Band 2: Support setting one alarm</change>
<change>Pebble: Health compatibility for Firmware 4.2</change>
<change>Improve support for K9 when generic notifications are used (K9 notifications set to never)</change>
</release>
<release version="0.13.4" versioncode="66"> <release version="0.13.4" versioncode="66">
<change>Mi Band: Initial support for recording heart and displaying rate values</change> <change>Mi Band: Initial support for recording heart and displaying rate values</change>
<change>Mi Band: Support for testing vibration patterns directly from the preferences</change> <change>Mi Band: Support for testing vibration patterns directly from the preferences</change>