mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-10 17:11:56 +01:00
update changelogs, bump version
This commit is contained in:
parent
e97f4d3909
commit
683a074f7a
@ -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
|
||||
|
@ -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 {
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user