mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-03 17:02:13 +01:00
update changelogs, bump version
This commit is contained in:
parent
6be1a4b7e7
commit
eea1fbcca4
@ -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
|
||||
|
@ -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 {
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user