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,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)

View File

@ -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 {