Bump Loop, G7SensorKit, LoopKit and NightscoutRemoteCGM - #501
Merged
Merged
Conversation
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.