update changelogs, bump version
This commit is contained in:
parent
e97f4d3909
commit
683a074f7a
|
@ -1,5 +1,14 @@
|
||||||
### Changelog
|
### 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
|
#### Version 0.19.2
|
||||||
* Pebble: Fix recurring calendar events only appearing once per week
|
* Pebble: Fix recurring calendar events only appearing once per week
|
||||||
* HPlus: Fix crash when receiving calls without phone number
|
* HPlus: Fix crash when receiving calls without phone number
|
||||||
|
|
|
@ -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.2"
|
versionName "0.19.3"
|
||||||
versionCode 95
|
versionCode 96
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
|
|
@ -1,5 +1,14 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog>
|
<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">
|
<release version="0.19.2" versioncode="95">
|
||||||
<change>Pebble: Fix recurring calendar events only appearing once per week</change>
|
<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: Fix crash when receiving calls without phone number</change>
|
||||||
|
|
Loading…
Reference in New Issue