Skip to content

Releases: KeithIsSleeping/DexcomOverlay

v1.1.1 - Fix overlay glucose value mismatch

21 Feb 01:22

Choose a tag to compare

Bug Fix

  • Fixed overlay showing stale glucose value instead of latest reading. GetCurrentReadingAsync() used FirstOrDefault() on the ascending-sorted cached readings list, returning the oldest reading in the 10-minute window instead of the newest. Changed to LastOrDefault() so the overlay value always matches the graph window.

Full Changelog: v1.1.0...v1.1.1

v1.1.0

16 Feb 05:58

Choose a tag to compare

Full Changelog: v1.0.0...v1.1.0

v1.0.0

15 Feb 06:55

Choose a tag to compare