Skip to content

v2.0.4

Latest

Choose a tag to compare

@carlosjdelgado carlosjdelgado released this 17 Jun 06:32
· 1 commit to main since this release
fd8c25b

Fixed

  • A finished match no longer fires a stale full-time notification after the
    computer has been off. If you were watching a match when you shut down or
    suspended, its in-progress snapshot was kept on disk and — because the
    scoreboard fetch spans the local day ±1 — the same match was seen again the
    next day already finished, producing a full-time notification for a match
    that ended long ago. The poller now discards stale snapshots when it loads
    them (before detection), so a match seen again after a long downtime is
    treated as a cold start and its catch-up events are suppressed, matching how
    the extension already handles matches that were already in progress when it
    started watching.