From 69f64f00be75269077963bf5d8e5315cb1a81cb3 Mon Sep 17 00:00:00 2001 From: Pete Schwamb Date: Mon, 21 Sep 2026 21:29:33 -0500 Subject: [PATCH] Bump Loop, G7SensorKit, LoopKit and NightscoutRemoteCGM G7SensorKit 8862288a -> 7da3b692 Direct sensor connection (#67): pair G7, ONE+ and Stelo sensors with the 4-digit applicator code, no Dexcom app needed. Session management with backfill, lifecycle alerts, calibration, and settings showing the sensor's model, serial and versions. The Dexcom-app mode stays as a migration path. Follow-ups: one peripheral manager per sensor across a pairing run's disconnects, re-pairing with the current code targets the current sensor, a configurable display type for a watch client. Loop 35f992f0 -> 455f7569 Refresh the status screen when the CGM's sensor session changes (#2516), so a highlight that changes without a reading (a sensor paired, expired or failed) shows at once. Show the development branch warning at most once a week (#2526). Don't carry a bolus progress reporter across a cancel (#2519). Render the tab bar icons larger (#2514). LoopKit 6083d81b -> 42addaf1 Don't hold the delegate lock across the dispatch in call() (#615): fixes a deadlock seen as a watchdog termination with a NightscoutRemoteCGM fetch in flight. NightscoutRemoteCGM fc78fecc -> 1a73e9e7 Don't report the newest known reading as new on every poll. MedtrumKit is left for #486. --- G7SensorKit | 2 +- Loop | 2 +- LoopKit | 2 +- NightscoutRemoteCGM | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/G7SensorKit b/G7SensorKit index 8862288a23..7da3b6924a 160000 --- a/G7SensorKit +++ b/G7SensorKit @@ -1 +1 @@ -Subproject commit 8862288a234f66a3114ab5d50af693484433be10 +Subproject commit 7da3b6924a283390342ab94f24ce45a161e20718 diff --git a/Loop b/Loop index 35f992f0b4..455f7569a0 160000 --- a/Loop +++ b/Loop @@ -1 +1 @@ -Subproject commit 35f992f0b4ffa85764da79a9e043b3b991634aed +Subproject commit 455f7569a0533c85cf0bc538cca0e1536fdce534 diff --git a/LoopKit b/LoopKit index 6083d81b43..42addaf126 160000 --- a/LoopKit +++ b/LoopKit @@ -1 +1 @@ -Subproject commit 6083d81b4372d7ed9de0c464cc6b8007896bf01f +Subproject commit 42addaf126e749ea22675e13f29b352a4931869f diff --git a/NightscoutRemoteCGM b/NightscoutRemoteCGM index fc78feccc7..1a73e9e7c4 160000 --- a/NightscoutRemoteCGM +++ b/NightscoutRemoteCGM @@ -1 +1 @@ -Subproject commit fc78feccc7d9404b6b4212125f84f99b31ec518c +Subproject commit 1a73e9e7c491111273c46b3b7d9ee57339c1b9e5