update changelogs, bump version

master
Andreas Shimokawa 2017-05-08 22:04:24 +02:00
parent 6be1a4b7e7
commit eea1fbcca4
3 changed files with 15 additions and 3 deletions

View File

@ -1,5 +1,11 @@
###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
* Fix crash at startup
* HPlus: Improve reconnection to device

View File

@ -26,8 +26,8 @@ android {
targetSdkVersion 25
// note: always bump BOTH versionCode and versionName!
versionName "0.19.1"
versionCode 94
versionName "0.19.2"
versionCode 95
vectorDrawables.useSupportLibrary = true
}
buildTypes {

View File

@ -1,9 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<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">
<change>Fix crash at startup</change>
<change>Improve reconnection to device</change>
* <change>Improve transliteration</change>
<change>Improve transliteration</change>
</release>
<release version="0.19.0" versioncode="93">
<change>Pebble: allow calendar sync with Timeline (Title, Location, Description)</change>