You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed live-score cards resurrecting after a match ended: a post-match
"recap" notification is a different notification object than the live
one, and was being treated as a brand new match. Score cards are now
keyed by team names instead, so a recap lands on the same card.
Fixed the same recap notifications showing "Live" forever instead of
clearing — they often carry no "FT"/full-time wording of their own
(e.g. Google's "Watch match recap"), which is now recognised as a
finished match on its own.
Fixed the full-time auto-clear timer getting pushed back indefinitely
by redundant reposts of unchanged score data, and reduced it from 5
minutes to 1.
New "Check for updates" button (Cast tab, below "Recast all
notifications now"): checks GitHub's latest release against the
installed version and opens the release page in the browser if a
newer one exists. Doesn't download or install anything itself — the
existing manual checksum/signature-verify flow is unaffected.