diff --git a/CHANGELOG.md b/CHANGELOG.md index a18e22261..c56f82e3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ ### Changelog +### 0.59.2 +* Mi Band 6: Support firmware 1.0.4.38 (experimental, still missing features) +* InfiniTime: Fix null being displayed as notification title ### 0.59.1 * Fossil Hybrid HR: Add power saving feature and many new widgets for the official Gadgetbridge watchface (battery, calories, 2nd TZ, chance of rain) diff --git a/app/build.gradle b/app/build.gradle index d8ea92170..815329dae 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -31,8 +31,8 @@ android { multiDexEnabled true // Note: always bump BOTH versionCode and versionName! - versionName "0.59.1" - versionCode 200 + versionName "0.59.2" + versionCode 201 vectorDrawables.useSupportLibrary = true multiDexEnabled true } diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index 33b758512..abf5431b9 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,9 @@ + + Mi Band 6: Support firmware 1.0.4.38 (experimental, still missing features) + InfiniTime: Fix null being displayed as notification title + Fossil Hybrid HR: Add power saving feature and many new widgets for the official Gadgetbridge watchface (battery, calories, 2nd TZ, chance of rain) Fossil Hybrid HR: Support setting metric/imperial mode diff --git a/fastlane/metadata/android/en-US/changelogs/201.txt b/fastlane/metadata/android/en-US/changelogs/201.txt new file mode 100644 index 000000000..a2bf0313b --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/201.txt @@ -0,0 +1,2 @@ +* Mi Band 6: Support firmware 1.0.4.38 (experimental, still missing features) +* InfiniTime: Fix null being displayed as notification title