diff --git a/CHANGELOG.md b/CHANGELOG.md index b716f4235..c0a08f964 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,14 @@ ### Changelog -#### NEXT +#### Version 0.43.2 * 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 +* Fossil Hybrid HR: Fix vibration strength setting * 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 +* 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/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index c73e8b43f..c8808cd41 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,15 @@ + + 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 + Fossil Hybrid HR: Fix vibration strength setting + 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 + Initial support for Amazfit Bip S (incomplete, needs the official app once to obtain the pairing key) Amazift Bip Lite: Allow relaxing firmware checks to allow flashing of the regular Bip firmware (for the brave) diff --git a/fastlane/metadata/android/en-US/changelogs/171.txt b/fastlane/metadata/android/en-US/changelogs/171.txt new file mode 100644 index 000000000..9c5cddc34 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/171.txt @@ -0,0 +1,8 @@ +* 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 +* Fossil Hybrid HR: Fix vibration strength setting +* 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