update changelogs, bump version

master
Andreas Shimokawa 2017-06-02 21:32:38 +02:00
parent e97f4d3909
commit 683a074f7a
3 changed files with 20 additions and 2 deletions

View File

@ -1,5 +1,14 @@
### Changelog
#### Version 0.19.3
* Pebble: Fix crash when calendar access permission has been denied
* Pebble: Fix wrong timestamps with Morpheuz running on Firmware >=3
* Mi Band 2: Improve reliability when fetching activity data
* HPlus: Fix intensity calculation without continuous connectivity
* HPlus: Fix Unicode handling
* HPlus: Initial not work detection
* Fix memory leak
#### Version 0.19.2
* Pebble: Fix recurring calendar events only appearing once per week
* HPlus: Fix crash when receiving calls without phone number

View File

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

View File

@ -1,5 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.19.3" versioncode="96">
<change>Pebble: Fix crash when calendar access permission has been denied</change>
<change>Pebble: Fix wrong timestamps with Morpheuz running on Firmware >=3</change>
<change>Mi Band 2: Improve reliability when fetching activity data</change>
<change>HPlus: Fix intensity calculation without continuous connectivity</change>
<change>HPlus: Fix Unicode handling</change>
<change>HPlus: Initial not work detection</change>
<change>Fix memory leak</change>
</release>
<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>