From 7e58e5416d7f6601c41106ffb33fe69a9ae2b520 Mon Sep 17 00:00:00 2001 From: Philip Abbey Date: Thu, 24 Apr 2025 22:26:18 +0100 Subject: [PATCH 1/3] Support for Vivoactive 6 device This required an update to the SDK to version 8.1.0. The new SDK found some new code warnings for unreachable code previously known to be reached based on stricter type checking, so fixed in this commit too. --- HISTORY.md | 1 + manifest.xml | 3 ++- monkey.jungle | 6 ++++-- source/HomeAssistantMenuItem.mc | 2 +- source/HomeAssistantToggleMenuItem.mc | 2 +- 5 files changed, 9 insertions(+), 5 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 7f25b41..b43d876 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -40,3 +40,4 @@ | 2.25 | 2 Bug fixes. First time startup issues caused by v2.24 change and a fix for pure numbers in returned templates. | | 2.26 | Retry responsive menu fix failed in v2.24. Cosmetic internal class changes. | | 2.27 | Trivial bug fix for the glance view to prevent the "Unconfigured" result being erroneously displayed because the settings were not yet pulled from persistent storage. | +| 2.28 | Added support for Vivoactive 6 device which also required an SDK update to 8.1.0. | diff --git a/manifest.xml b/manifest.xml index 6db0131..8dc2d79 100644 --- a/manifest.xml +++ b/manifest.xml @@ -28,7 +28,7 @@ Testing in VSCode requires monkey.jungle, so for convenience, swap between watch-app and widget by changing which of the next two lines are commented out --> - + - +