mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-27 12:26:48 +01:00
bump version, update CHANGELOG, not yet ready for release
This commit is contained in:
parent
3441192d19
commit
4925dec9f6
@ -1,5 +1,10 @@
|
|||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
|
####Version 0.16.0
|
||||||
|
* New device: ZeBand
|
||||||
|
* ZeBand: Initial experimental support
|
||||||
|
* Pebble 2: Fix Pebble Classic FW 3.x app variant being priorized over native Pebble 2 app variant
|
||||||
|
|
||||||
####Version 0.15.2
|
####Version 0.15.2
|
||||||
* Mi Band: Fix crash with unknown notification sources
|
* Mi Band: Fix crash with unknown notification sources
|
||||||
|
|
||||||
|
@ -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.15.2"
|
versionName "0.16.0"
|
||||||
versionCode 79
|
versionCode 80
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog>
|
<changelog>
|
||||||
|
<release version="0.16.0" versioncode="80">
|
||||||
|
<change>New device: ZeBand</change>
|
||||||
|
<change>ZeBand: Initial experimental support</change>
|
||||||
|
<change>Pebble 2: Fix Pebble Classic FW 3.x app variant being priorized over native Pebble 2 app variant</change>
|
||||||
|
</release>
|
||||||
<release version="0.15.2" versioncode="79">
|
<release version="0.15.2" versioncode="79">
|
||||||
<change>Mi Band: Fix crash with unknown notification sources</change>
|
<change>Mi Band: Fix crash with unknown notification sources</change>
|
||||||
</release>
|
</release>
|
||||||
|
Loading…
Reference in New Issue
Block a user