Skip to content

Several improvements

Compare
Choose a tag to compare
@JohanDegraeve JohanDegraeve released this 09 Jul 20:34
· 81 commits to master since this release
  • New iOS and WatchOS notifications including glucose charts and custom content extension (a new target is required for this)
  • Snooze All feature now available to silence ALL alarms during set amount of time.
  • Snooze status (nothing snoozed, some non-urgent alarms snoozed, some urgent alarms snoozed, or all alarms snoozed) is shown in the snooze view and also in the Home Screen snooze icon.
  • New "Loop Share" workflow. Disabled by default, but can be set to the following:
    • Disabled (same as old "Suppress Loop Share" setting)
    • Loop/iAPS (shares only to the existing/usual LoopKit App Group)
      • group.com.${DEVELOPMENT_TEAM}.loopkit.LoopGroup
    • Trio (shares only to a new Trio App Group)
      • group.org.nightscout.${DEVELOPMENT_TEAM}.trio.trio-app-group
      • allows compatibility to nightscout/Trio#314
      • until the above is merged into Trio master/main, the existing Loop/iAPS option will work for Trio users.
  • "Loop Share" renamed to "OS-AID Share" to encompass all DIY systems
  • autostart G6 sensor when detected
  • Dexcom ONE+ compatibility added
  • new dynamic view for .systemSmall widget to generate a simpler, high contrast view which looks good in StandBy mode at night with the red tint.
  • new option in Developer for "StandBy Night Mode". This will enable the above view (only when the view is used in StandBy mode) automatically between 22hrs and 08hrs. Kept in Developer Settings for now - could be removed all together (and enabled always) in the future if no real need is found for it.
  • fastlane build file updated to add new target (the new Trio app group must be added manually to the user's Apple Developer account before trying to build)