update changelogs, bump version
This commit is contained in:
parent
6be1a4b7e7
commit
eea1fbcca4
|
@ -1,5 +1,11 @@
|
||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
|
###Version 0.19.2
|
||||||
|
* Pebble: Fix recurring calendar events only appearing once per week
|
||||||
|
* HPlus: Fix crash when receiving calls without phone number
|
||||||
|
* HPlus: Detect unicode support on Zeband Plus
|
||||||
|
* No longer quit Gadgetbridge when bluetooth gets turned off
|
||||||
|
|
||||||
###Version 0.19.1
|
###Version 0.19.1
|
||||||
* Fix crash at startup
|
* Fix crash at startup
|
||||||
* HPlus: Improve reconnection to device
|
* HPlus: Improve reconnection to device
|
||||||
|
|
|
@ -26,8 +26,8 @@ android {
|
||||||
targetSdkVersion 25
|
targetSdkVersion 25
|
||||||
|
|
||||||
// note: always bump BOTH versionCode and versionName!
|
// note: always bump BOTH versionCode and versionName!
|
||||||
versionName "0.19.1"
|
versionName "0.19.2"
|
||||||
versionCode 94
|
versionCode 95
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
|
|
@ -1,9 +1,15 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog>
|
<changelog>
|
||||||
|
<release version="0.19.2" versioncode="95">
|
||||||
|
<change>Pebble: Fix recurring calendar events only appearing once per week</change>
|
||||||
|
<change>HPlus: Fix crash when receiving calls without phone number</change>
|
||||||
|
<change>HPlus: Detect unicode support on Zeband Plus</change>
|
||||||
|
<change>No longer quit Gadgetbridge when bluetooth gets turned off</change>
|
||||||
|
</release>
|
||||||
<release version="0.19.1" versioncode="94">
|
<release version="0.19.1" versioncode="94">
|
||||||
<change>Fix crash at startup</change>
|
<change>Fix crash at startup</change>
|
||||||
<change>Improve reconnection to device</change>
|
<change>Improve reconnection to device</change>
|
||||||
* <change>Improve transliteration</change>
|
<change>Improve transliteration</change>
|
||||||
</release>
|
</release>
|
||||||
<release version="0.19.0" versioncode="93">
|
<release version="0.19.0" versioncode="93">
|
||||||
<change>Pebble: allow calendar sync with Timeline (Title, Location, Description)</change>
|
<change>Pebble: allow calendar sync with Timeline (Title, Location, Description)</change>
|
||||||
|
|
Loading…
Reference in New Issue