Skip to content

Releases: ps2/rileylink_ios

v0.12.9

01 Dec 02:48
@ps2 ps2
Compare
Choose a tag to compare

Alkaline battery chemistry math updates.

v0.12.8

24 Nov 02:02
@ps2 ps2
Compare
Choose a tag to compare

Small patch to make BatteryChemistryType public

v0.12.7

23 Nov 22:24
@ps2 ps2
Compare
Choose a tag to compare
  • Fetch Enlight CGM data from pump history, and upload to NS periodically, when enabled by a settings switch. Thanks @tmecklem!
  • Restore 'read pump status' command

v0.12.6

23 Oct 18:07
@ps2 ps2
Compare
Choose a tag to compare
  • Support for fetching CGM (Enlite) data from pump history. (Thanks @tmecklem!) You can test glucose page fetching and parsing via the "Fetch Recent Glucose" command. It does not upload this data to NS yet.
  • Methods to edit, and delete NS treatments (mainly to support carb entry uploading in Loop)
  • Support for x15 model pumps.

v0.12.5

02 Oct 23:35
Compare
Choose a tag to compare
  • Ensuring only fixed-offset timezones are used for PumpState

v0.12.4

01 Oct 23:01
Compare
Choose a tag to compare
  • NewTime record
  • Adding debug representations for certain models
  • Fixing an issue with sharing response output

v0.12.3

25 Sep 19:05
@ps2 ps2
Compare
Choose a tag to compare
  • Fix issue where out of order pump events were sometimes not fetched.
  • New method read pump settings
  • Handle history record 0x69 (BolusReminder)
  • Dedupe history events to avoid CoreData issues (LoopKit/Loop#186)
  • View BLE113 firmware version
  • Fix decoding of high bits of temp basal history records.

v0.12.2 - Hotfix: decode large temp basals

25 Sep 06:52
@ps2 ps2
Compare
Choose a tag to compare

Decodes rates up to 34U/hr, which is the pump's max.
Previously, anything higher than 6.375 was being decoded incorrectly.

v0.12.1

20 Sep 01:23
Compare
Choose a tag to compare
  • Fixes MySentry pairing
  • Adds support for the SelfTest pump event (0x20)

v0.12.0

17 Sep 03:38
Compare
Choose a tag to compare
  • Support for worldwide pump frequencies, and improvements in tuning
  • More pump events, notably 515 models
  • Swift 3 & Xcode 8 Support
  • Simplified build steps (no more Carthage)