Releases: LoopKit/CGMBLEKit
Releases · LoopKit/CGMBLEKit
v3.2
- iOS 13, Dark Mode support
- Updates to work with newer transmitters.
- Activity Log
- Track latest connection
- Setting for enabling BG upload
- New Translations: Japanese, Danish, Swedish, Vietnamese, Finnish, Portuguese, Polish, and Romanian
v3.1
This is a patch to work with g6 transmitters with newer firmware. So far, the newer firmware is seen on boards with a new design.
v3.0
- CGMManager implementation
- Harden backfill heuristics further, to fix future bg issue.
- Allow the settings screen to update when new readings come in
v2.1.1
- Discard corrupt backfill data
- Fix infinite loop
v2.0
- Utility app for resetting transmitters.
- Support sensor start, stop, calibrate.
- Observe backfill messages
- Glucose values can be valid during "needsCalibration14" state.
- iOS 11 support
- BLE Modernization
- Rename to CGMBLEKit
v0.8.1
- Swift 4 changes
- Peripheral handling updates
- Use os.log
v0.8.0
- Changes the compatibility mode strategy to be more flexible to future changes
- Adds a few new messages
0.6.0
- Updating the
delegate
API to return a new, higher-level Glucose
object
- Surfacing
Transmitter
activationDate
and sessionStartDate
- Simplifying the
Transmitter
initializer