diff --git a/CHANGELOG.md b/CHANGELOG.md index 12082dd66..856b3cb3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ ### Changelog +#### Version 0.32.0 (NEXT) +* Increase number of alarms and store them per-device +* Support factory reset in debug activity (Mi Band 1/2/3, Bip, Cor) +* Filter out unicode control sequences (fixes problems with Telegram and probably others) +* Fix endless loop resulting in OOM when RTL support is enabled +* Recoginize p≡p as an email app +* No longer display Android paired devices in that were not a paired with Gadgetbridge +* Amazfit Bip: Allow flashing latest GPS firmware +* Enable No1 F1 support for a Chinese clone + #### Version 0.31.3 * Pebble: Fix crash with DISMISS and OPEN actions diff --git a/app/build.gradle b/app/build.gradle index b637e8ea8..787806f8e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -25,8 +25,8 @@ android { targetSdkVersion 27 // Note: always bump BOTH versionCode and versionName! - versionName "0.31.3" - versionCode 142 + versionName "0.32.0" + versionCode 143 vectorDrawables.useSupportLibrary = true } buildTypes {