Skip to content

Origin Isle v1.2.2

Choose a tag to compare

@fvhde fvhde released this 17 Aug 09:29
· 19 commits to main since this release
  • 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.