Skip to content

Releases: ps2/rileylink_ios

v2.0.0

14 Apr 04:52
@ps2 ps2
ce82fb2
Compare
Choose a tag to compare
  • Stability improvements
  • Support for subg_rfspy 2.0 firmware
  • New translations: Russian and Spanish (thanks @Kdisimone!)
  • Refactoring
  • Objective-C to Swift porting

v1.2.2

18 Sep 03:30
@ps2 ps2
Compare
Choose a tag to compare
  • Swift 4 updates

v1.2.1

29 Aug 02:19
@ps2 ps2
Compare
Choose a tag to compare
  • Support for x15 pumps
  • Code cleanup. Enums, isDelayedAppend

v1.2.0

07 Jul 04:01
@ps2 ps2
Compare
Choose a tag to compare
  • Bluetooth reliability
  • Support for Swift 3.2 and Swift 4

v1.1.1

28 Jun 04:51
@ps2 ps2
Compare
Choose a tag to compare
  • Handle error from pump when max bolus exceeded.
  • Fix crash on short message received over radio
  • Handle issues with missing or invalid ids when uploading to NS
  • Add foodType field to NS meal entry record

v1.1.0

12 May 03:46
@ps2 ps2
Compare
Choose a tag to compare
  • Optimization of fetching pump history pages. Fewer pages are fetched after recent page rollover.
  • CRC8 check reinstated on all packets.
  • Detecting when pump configuration prevents setting of temp basal.
  • Better messaging and localization for pump errors and comm errors

v1.0.1

22 Apr 16:43
@ps2 ps2
Compare
Choose a tag to compare
  • Error handling improvements. Splitting bolus errors into certain and uncertain failure categories.
  • Add pump timezone, bolusing, and suspended states to pump status in ns upload
  • Split Suspend/Resume into separate NS event types
  • Adding notes fields to treatments.
  • Check pump status for suspend and bolusing states before bolusing. And allow clearing of current temp basal before bolusing.

v1.0

09 Mar 05:47
@ps2 ps2
Compare
Choose a tag to compare
  • Allow callers to avoid storing pump entered carbs in NS. This is for Loop, since it uses Loop entered carbs only.
  • Store pump suspend events in NS
  • Store new field in NS device status, indicating which radio adapter is being used.
  • Remember last valid tune frequency. When a tune fails, it reverts to that, rather than the default.
  • Add method to deprioritize which RL is returned by firstConnectedDevice, to support failover between multiple RileyLinks.
  • Track RSSI of last packet from Pump

v0.13.1

09 Jan 03:34
@ps2 ps2
Compare
Choose a tag to compare
  • Added totalUnits to dailytotal record
  • Re-enable readPumpStatus command, and change method for counting rows to help avoid this problem in the future.

v0.13

16 Dec 22:34
@ps2 ps2
Compare
Choose a tag to compare
  • Splitting NewTime and ChangeTime into separate events, as well as ChangeAlarmClock and DeleteAlarmClock. Thanks @beached!
  • Much improved parsing of CGM pages from pump. Thanks @tmecklem!