diff --git a/CHANGELOG.md b/CHANGELOG.md index 271a14803..b716f4235 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,10 @@ * Fossil Hybrid HR: Allow choosing and cropping image to be set as watch background * Fossil Hybrid HR: Option to draw circles around widgets * Fossil Hybrid HR: Experimenal firmware update support -* Steps/Sleep averages: skip days with zero data +* Huami: Do not display firmware information and whitelist information when flashing watchfaces +* Huami: Disable air quality indicator on Huami devices instead of showing 0 +* Bangle.js: change encoded char set to match Espruino's 8 bit fonts +* Steps/Sleep averages: skip days with zero data #### Version 0.43.1 * Initial support for Amazfit Bip S (incomplete, needs the official app once to obtain the pairing key) diff --git a/app/build.gradle b/app/build.gradle index 2305999cb..14060464b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -25,8 +25,8 @@ android { targetSdkVersion 28 // Note: always bump BOTH versionCode and versionName! - versionName "0.43.1" - versionCode 170 + versionName "0.43.2" + versionCode 171 vectorDrawables.useSupportLibrary = true } buildTypes {