diff --git a/CHANGELOG.md b/CHANGELOG.md index 856b3cb3d..5310684b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ ### Changelog -#### Version 0.32.0 (NEXT) +#### Version 0.32.0 +* Initial support for Casio GB-6900B * Increase number of alarms and store them per-device * Support factory reset in debug activity (Mi Band 1/2/3, Bip, Cor) * Filter out unicode control sequences (fixes problems with Telegram and probably others) @@ -8,7 +9,8 @@ * Recoginize p≡p as an email app * No longer display Android paired devices in that were not a paired with Gadgetbridge * Amazfit Bip: Allow flashing latest GPS firmware -* Enable No1 F1 support for a Chinese clone +* Pebble: Native support for M7S watch face +* No1 F1: Support for a Chinese clone #### Version 0.31.3 * Pebble: Fix crash with DISMISS and OPEN actions diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index 4fc4f2c8c..52f85500c 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,17 @@ + + Initial support for Casio GB-6900B + Increase number of alarms and store them per-device + Support factory reset in debug activity (Mi Band 1/2/3, Bip, Cor) + Filter out unicode control sequences (fixes problems with Telegram and probably others) + Fix endless loop resulting in OOM when RTL support is enabled + Recoginize p≡p as an email app + No longer display Android paired devices in that were not a paired with Gadgetbridge + Amazfit Bip: Allow flashing latest GPS firmware + Pebble: Native support for M7S watch face + No1 F1: Support for a Chinese clone + Pebble: Fix crash with DISMISS and OPEN actions diff --git a/fastlane/metadata/android/en-US/changelogs/142.txt b/fastlane/metadata/android/en-US/changelogs/142.txt new file mode 100644 index 000000000..2ed6bf086 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/142.txt @@ -0,0 +1 @@ +* Pebble: Fix crash with DISMISS and OPEN actions diff --git a/fastlane/metadata/android/en-US/changelogs/143.txt b/fastlane/metadata/android/en-US/changelogs/143.txt new file mode 100644 index 000000000..82fb5db93 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/143.txt @@ -0,0 +1,10 @@ +* Initial support for Casio GB-6900B +* Increase number of alarms and store them per-device +* Support factory reset in debug activity (Mi Band 1/2/3, Bip, Cor) +* Filter out unicode control sequences (fixes problems with Telegram and probably others) +* Fix endless loop resulting in OOM when RTL support is enabled +* Recoginize p≡p as an email app +* No longer display Android paired devices in that were not a paired with Gadgetbridge +* Amazfit Bip: Allow flashing latest GPS firmware +* Pebble: Native support for M7S watch face +* No1 F1: Support for a Chinese clone