Releases: LoopKit/Loop
Releases · LoopKit/Loop
v0.11.1
v0.11.0
This version contains important safety fixes related to insulin interpretation:
- Boluses of 10 U or greater on x23+ pumps are not interpreted as primes (LoopKit/LoopKit#66)
- Empty reservoirs are not interpreted as no delivery (#142)
Additional improvements:
v0.10.1
v0.10.0
- Nightscout device status uploading for x22 pumps by @ps2
- Graphing glucose data according to the system's preferred unit (#87)
- Displaying the latest glucose value in a HUD (#97)
- G4ShareSpy 0.2.2 by @mddub
- xDripG5 0.6.0
- LoopKit 0.5.1
v0.9.0
v0.8.0
Adds G4ShareSpy.framework
for capturing Bluetooth communication between a G4 Receiver and the Share2 app, enabling offline access to CGM data! It's a major improvement in connectivity and reliability for G4 users, and it's all thanks to the hard work of @mddub.
This feature is still in beta, and must be turned on in Settings.
v0.7.1
v0.7.0
- Adds (untested) support for Minimed CGM data
- Adding workout glucose targets
- Removes support for migrating data from
RemoteSettings.plist
, which was deprecated in the last release - Displays units in the chart annotations
- Displays a visual indicator of reservoir remaining for x22 pumps (Thanks @jlucasvt!)
- Includes RileyLinkKit 0.7.0 and LoopKit 0.3.5
v0.6.0
RemoteSettings.plist
is now deprecated. Service credentials are now available in the settings screen. Credentials will be migrated on first launch, thenRemoteSettings.plist
can be cleared out. The project reference will be removed in an upcoming version. (#35)- Fixes a bug where the order of polling glucose & reservoir wasn't guaranteed for the G4 + x22 hardware combination. (#32)
- Up to 30 minutes of glucose values will be downloaded from Share. This is helpful for G4 users where the Share app's uploading can be spotty. (#21)
- In-flight loop failure notifications are cancelled when the number of explicitly enabled RileyLink peripherals reaches 0. (#36)
- Fixed leaked memory after dismissing various modal view controllers.