mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-10 17:11:56 +01:00
bump version, add changelog
This commit is contained in:
parent
503bcee7b4
commit
d08012709f
@ -1,5 +1,10 @@
|
||||
###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
|
||||
* Mi Band: Initial support for recording heart and displaying rate values
|
||||
* Mi Band: Support for testing vibration patterns directly from the preferences
|
||||
|
@ -26,8 +26,8 @@ android {
|
||||
targetSdkVersion 23
|
||||
|
||||
// note: always bump BOTH versionCode and versionName!
|
||||
versionName "0.13.4"
|
||||
versionCode 66
|
||||
versionName "0.13.5"
|
||||
versionCode 67
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
|
@ -1,5 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<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">
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user