diff --git a/CHANGELOG.md b/CHANGELOG.md index ce3c159f5..e6fe1d4c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ ### Changelog +#### NEXT +* BFH-16: Initial support +* Mi Band 2/3/Bip/Cor: Generate random per-device secutiry keys when pairing, allow manual override to still support multiple android devices connecting to the same device +* Mi Band 3: Add Indonesian, Thai, Arabic, Vietnamese, Portuguese, Dutch, Turkish and Ukrainian to language settings +* Mi Band 3: Support flashing latest Japanese-Korean font +* Amazfit Cor 2: Inital experimental support (untested) +* Casio: Bugfixes and improvements +* Lookup contacts also in work profile +* Fix searching in application name when blacklisting + #### Version 0.32.4 * Make voip call support optional (disabled by default) * Amazfit Bip: GPX export corrections diff --git a/app/build.gradle b/app/build.gradle index ed4cfb9d8..71698df6b 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.32.4" - versionCode 147 + versionName "0.33.0" + versionCode 148 vectorDrawables.useSupportLibrary = true } buildTypes {