Skip to content

Releases: ps2/rileylink_ios

v0.4.0

21 Jun 05:20
Compare
Choose a tag to compare

Breaking API change

  • getHistoryEventsSinceDate(_:, completion:) -> Void was changed to use a completion result of [TimestampedHistoryEvent] values. TimestampHistoryEvent boxes a PumpEvent and provides a reconciled Date and mutability info.

Other fixes

  • Added SelectBasalProfilePumpEvent #119
  • Retries initial power-on sequence if no response (thanks @kamens)
  • Refactoring PumpEvent parsing to avoid uses of localTimeZone and instead rely on the PumpState
  • Correctly parses PumpEvent sequences that include clock changes
  • Fixes issue where Nightscout API info wasn't persisted, and improves keyboard entry
  • Fixes a crash when testing with the button press command

v0.3.3: Merge pull request #112 from ps2/dev

10 Jun 03:33
@ps2 ps2
Compare
Choose a tag to compare
  • Posts a notification when the timer tick characteristic value changes

v0.3.2

04 Jun 04:11
@ps2 ps2
Compare
Choose a tag to compare

Fix to enable external use of NightscoutUploadKit

v0.3.1

04 Jun 02:05
@ps2 ps2
Compare
Choose a tag to compare

RileyLinkKit:

  • Reservoir polling command
  • Displaying pump model version
  • Displaying subg_rfspy firmware version
  • Allowing disconnecting from devices which have outstanding connection requests (but are not nearby)
  • Allowing idle listening to be configured

MinimedKit

  • Fix bolus wizard settings size on older pumps

v0.3.0

23 May 05:09
Compare
Choose a tag to compare
  • New NightscoutUploadKit framework target
  • Updated navigation and settings
  • Removed Nightscout webview

v0.2.0

14 May 06:06
Compare
Choose a tag to compare
  • Support for firmware version 0.8
  • Carthage-compatible framework targets for RileyLinkBLEKit, MinimedKit, and RileyLinkKit