mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-03 17:02:13 +01:00
bump version, update changelog
This commit is contained in:
parent
cb232638d4
commit
ea76e568cc
@ -1,5 +1,9 @@
|
|||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
|
####Version 0.13.1
|
||||||
|
* Pebble: try to work around duplicate Telegram messages and support Telegram icon
|
||||||
|
* Pebble: fix some incompatibilities with certain PebbleKit Android apps
|
||||||
|
|
||||||
####Version 0.13.0
|
####Version 0.13.0
|
||||||
* Initial working Mi Band 2 support (only notifications, no activity and heart rate support)
|
* Initial working Mi Band 2 support (only notifications, no activity and heart rate support)
|
||||||
* Experimental support for Vibratissimo devices
|
* Experimental support for Vibratissimo devices
|
||||||
|
@ -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.0"
|
versionName "0.13.1"
|
||||||
versionCode 62
|
versionCode 63
|
||||||
}
|
}
|
||||||
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.1" versioncode="63">
|
||||||
|
<change>Pebble: try to work around duplicate Telegram messages and support Telegram icon</change>
|
||||||
|
* <change>Pebble: fix some incompatibilities with certain PebbleKit Android apps</change>
|
||||||
|
</release>
|
||||||
<release version="0.13.0" versioncode="62">
|
<release version="0.13.0" versioncode="62">
|
||||||
<change>Initial working Mi Band 2 support (only notifications, no activity and heart rate support)</change>
|
<change>Initial working Mi Band 2 support (only notifications, no activity and heart rate support)</change>
|
||||||
<change>Experimental support for Vibratissimo devices</change>
|
<change>Experimental support for Vibratissimo devices</change>
|
||||||
|
Loading…
Reference in New Issue
Block a user