diff --git a/CHANGELOG.md b/CHANGELOG.md index 97225ad7..a92358ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/app/build.gradle b/app/build.gradle index 71795f89..83f48614 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 { diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index 464b0cda..4ce3705c 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,9 +1,15 @@ + + 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 + Fix crash at startup Improve reconnection to device -* Improve transliteration + Improve transliteration Pebble: allow calendar sync with Timeline (Title, Location, Description)