mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-27 12:26:48 +01:00
update version and changelog
This commit is contained in:
parent
b8b8a05181
commit
6a5c3fb945
@ -1,5 +1,9 @@
|
|||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
|
####Version 0.13.3
|
||||||
|
* Fix regressions with missing bars and labels in charts
|
||||||
|
* Allow to set notification type in Debug activity
|
||||||
|
|
||||||
####Version 0.13.2
|
####Version 0.13.2
|
||||||
* Support deleting devices (and their data) in control center
|
* Support deleting devices (and their data) in control center
|
||||||
* Sort devices lexicographically in control center
|
* Sort devices lexicographically in control center
|
||||||
|
@ -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.2"
|
versionName "0.13.3"
|
||||||
versionCode 64
|
versionCode 65
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
|
@ -1,5 +1,9 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog>
|
<changelog>
|
||||||
|
<release version="0.13.3" versioncode="65">
|
||||||
|
<change>Fix regressions with missing bars and labels in charts</change>
|
||||||
|
<change>Allow to set notification type in Debug activity</change>
|
||||||
|
</release>
|
||||||
<release version="0.13.2" versioncode="64">
|
<release version="0.13.2" versioncode="64">
|
||||||
<change>Support deleting devices (and their data) in control center</change>
|
<change>Support deleting devices (and their data) in control center</change>
|
||||||
<change>Sort devices lexicographically in control center</change>
|
<change>Sort devices lexicographically in control center</change>
|
||||||
|
Loading…
Reference in New Issue
Block a user