bump version, update changelog
This commit is contained in:
parent
62efd90e17
commit
43fc3873bb
|
@ -1,5 +1,10 @@
|
||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
|
###Version 0.19.1
|
||||||
|
* Fix crash at startup
|
||||||
|
* HPlus: Improve reconnection to device
|
||||||
|
* Improve transliteration
|
||||||
|
|
||||||
###Version 0.19.0
|
###Version 0.19.0
|
||||||
* Pebble: allow calendar sync with Timeline (Title, Location, Description)
|
* Pebble: allow calendar sync with Timeline (Title, Location, Description)
|
||||||
* Pebble: display calendar icon for reminders from AOSP Calendar
|
* Pebble: display calendar icon for reminders from AOSP Calendar
|
||||||
|
|
|
@ -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.0"
|
versionName "0.19.1"
|
||||||
versionCode 93
|
versionCode 94
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
|
|
@ -1,5 +1,10 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog>
|
<changelog>
|
||||||
|
<release version="0.19.1" versioncode="94">
|
||||||
|
<change>Fix crash at startup</change>
|
||||||
|
<change>Improve reconnection to device</change>
|
||||||
|
* <change>Improve transliteration</change>
|
||||||
|
</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>
|
||||||
<change>Pebble: display calendar icon for reminders from AOSP Calendar</change>
|
<change>Pebble: display calendar icon for reminders from AOSP Calendar</change>
|
||||||
|
|
Loading…
Reference in New Issue