Bump version, update CHANGELOG

This commit is contained in:
Andreas Shimokawa 2020-04-11 01:22:28 +02:00
parent f28feb7b28
commit 39327a6a36
2 changed files with 6 additions and 3 deletions

View File

@ -4,6 +4,9 @@
* Fossil Hybrid HR: Allow choosing and cropping image to be set as watch background * 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: Option to draw circles around widgets
* Fossil Hybrid HR: Experimenal firmware update support * Fossil Hybrid HR: Experimenal firmware update support
* 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 * Steps/Sleep averages: skip days with zero data
#### Version 0.43.1 #### Version 0.43.1

View File

@ -25,8 +25,8 @@ android {
targetSdkVersion 28 targetSdkVersion 28
// Note: always bump BOTH versionCode and versionName! // Note: always bump BOTH versionCode and versionName!
versionName "0.43.1" versionName "0.43.2"
versionCode 170 versionCode 171
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
} }
buildTypes { buildTypes {