mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-16 06:59:29 +01:00
bump version, update changelogs
This commit is contained in:
parent
eb7646d26a
commit
1fcd7d8144
@ -1,7 +1,9 @@
|
|||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
####Version next
|
####Version 0.13.9
|
||||||
* Pebble: use the last known location for setting sunrise and sunset
|
* Pebble: use the last known location for setting sunrise and sunset
|
||||||
|
* Pebble: fix Health disappering forever when deactivating through app manager (and get it back for affected users)
|
||||||
|
* Mi Band 2: More fixes for connection issues (#408)
|
||||||
|
|
||||||
####Version 0.13.8
|
####Version 0.13.8
|
||||||
* Mi Band 2: fix connection issues for users of Mi Fit (#408, #425)
|
* Mi Band 2: fix connection issues for users of Mi Fit (#408, #425)
|
||||||
|
@ -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.8"
|
versionName "0.13.9"
|
||||||
versionCode 70
|
versionCode 71
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
|
@ -1,7 +1,9 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog>
|
<changelog>
|
||||||
<release version="next">
|
<release version="0.13.9" versioncode="71">
|
||||||
<change>Pebble: use the last known location for setting sunrise and sunset</change>
|
<change>Pebble: use the last known location for setting sunrise and sunset</change>
|
||||||
|
<change>Pebble: fix Health disappering forever when deactivating through app manager (and get it back for affected users)</change>
|
||||||
|
<change>Mi Band 2: More fixes for connection issues (#408)</change>
|
||||||
</release>
|
</release>
|
||||||
<release version="0.13.8" versioncode="70">
|
<release version="0.13.8" versioncode="70">
|
||||||
<change>Mi Band 2: fix connection issues for users of Mi Fit</change>
|
<change>Mi Band 2: fix connection issues for users of Mi Fit</change>
|
||||||
|
Loading…
Reference in New Issue
Block a user