mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-12-24 17:45:50 +01:00
update changelogs
This commit is contained in:
parent
5c0618d43d
commit
bce28fd8ac
@ -1,5 +1,12 @@
|
||||
###Changelog
|
||||
|
||||
####Version 0.13.2
|
||||
* Support deleting devices (and their data) in control center
|
||||
* Sort devices lexicographically in control center
|
||||
* Do not forward group summary notifications (could fix some duplicate notifications)
|
||||
* Pebble: Support for health on FW 4.1
|
||||
* Mi Band: Fix offline charts not displaying heartrate for Mi 1S
|
||||
|
||||
####Version 0.13.1
|
||||
* Improved BLE scanning for Android 5.0+
|
||||
* Pebble: try to work around duplicate Telegram messages and support Telegram icon
|
||||
|
@ -26,8 +26,8 @@ android {
|
||||
targetSdkVersion 23
|
||||
|
||||
// note: always bump BOTH versionCode and versionName!
|
||||
versionName "0.13.1"
|
||||
versionCode 63
|
||||
versionName "0.13.2"
|
||||
versionCode 64
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
|
@ -1,5 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<changelog>
|
||||
<release version="0.13.2" versioncode="64">
|
||||
<change>Support deleting devices (and their data) in control center</change>
|
||||
<change>Sort devices lexicographically in control center</change>
|
||||
<change>Do not forward group summary notifications (could fix some duplicate notifications)</change>
|
||||
<change>Pebble: Support for health on FW 4.1</change>
|
||||
<change>Mi Band: Fix offline charts not displaying heartrate for Mi 1S</change>
|
||||
</release>
|
||||
<release version="0.13.1" versioncode="63">
|
||||
<change>Improved BLE scanning for Android 5.0+</change>
|
||||
<change>Pebble: try to work around duplicate Telegram messages and support Telegram icon</change>
|
||||
|
Loading…
Reference in New Issue
Block a user