Skip to content

v1.1.2

Choose a tag to compare

@carlosjdelgado carlosjdelgado released this 01 Jun 05:03
· 12 commits to main since this release
45d3ef9

Added

  • Dark-mode logo selection. Notification crest and league logos now follow
    the active GNOME color scheme: the dark logo variant is used under
    prefer-dark and the default (light) variant otherwise, falling back to
    the default whenever a competition ships no dark variant. Cache keys are
    scoped by theme so switching appearance resolves the matching variant on
    the next notification.

Changed

  • Crest and league logos are now fetched at 150 × 150 px through the ESPN
    combiner endpoint instead of the 500 × 500 originals, cutting the
    download and on-disk cache size by ~91 %. At 150 px the image still
    covers 3× HiDPI; the rewrite is isolated to lib/crest-cache.js and
    only touches a.espncdn.com/i/… URLs — any other URL passes through
    unchanged. No user-facing changes.