From 00649653bb4159ddfec3be513c8a1cbe97f3aedf Mon Sep 17 00:00:00 2001 From: Philip Abbey Date: Sun, 1 Mar 2026 08:35:31 +0000 Subject: [PATCH] Update HISTORY.md --- HISTORY.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 7384cdf..5f326aa 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -55,5 +55,5 @@ | 3.7 | Bug fix for `numeric` menu items not working over Wi-Fi & LTE. | | 3.8 | Added icon for `numeric` menu items and revised icons in general. | | 3.9 | Small update to warn users with empty menu definitions to read the instructions! | -| 3.10 | Bug avoidance for a fatal "out of memory error" in the glance when caching the menu to [`Storage`](https://developer.garmin.com/connect-iq/api-docs/Toybox/Application/Storage.html). This is now delayed until the main application is opened. Added support for two new devices, D2 Mach 2 and eTrex Touch. | -| 3.11 |
Better handling of menus larger than the Glance view can handle. As a result the Glance can no longer verify the availability of the JSON menu as fetching it might cause an _"Error: Out Of Memory Error"_. Added a second optional user supplied HTTP Header name & value for those who need to supply a username and a secret for their setup. | \ No newline at end of file +| 3.10 | Bug avoidance for a fatal _"Error: Out Of Memory Error"_ in the glance when caching the menu to [`Storage`](https://developer.garmin.com/connect-iq/api-docs/Toybox/Application/Storage.html). This is now delayed until the main application is opened. Added support for two new devices, D2 Mach 2 and eTrex Touch. | +| 3.11 |
Better handling of menus larger than the Glance view can handle. As a result the Glance can no longer verify the availability of the JSON menu as fetching it might cause an _"Error: Out Of Memory Error"_. Provide two user supplied HTTP Headers. Bug fix for the numeric picker. |