From 0b51db5434b061d5c523c045fe571a969c1a479d Mon Sep 17 00:00:00 2001 From: StroepWafel <109832156+StroepWafel@users.noreply.github.com> Date: Wed, 22 Apr 2026 06:27:01 +0930 Subject: [PATCH] Update OpenWhatsNewPopup.ts --- src/seqta/utils/Openers/OpenWhatsNewPopup.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/seqta/utils/Openers/OpenWhatsNewPopup.ts b/src/seqta/utils/Openers/OpenWhatsNewPopup.ts index 255d6623..c23605e2 100644 --- a/src/seqta/utils/Openers/OpenWhatsNewPopup.ts +++ b/src/seqta/utils/Openers/OpenWhatsNewPopup.ts @@ -36,8 +36,7 @@ export function OpenWhatsNewPopup(onDismissed?: () => void) {

3.6.4 - Adaptive theme channel bindings

-
  • Added adaptive CSS variable channel bindings for custom themes: use --my-var:r, --my-var:g, or --my-var:b in adaptiveCssVariables.
  • -
  • Adaptive theme bindings now support both full-colour and single-channel values, enabling more reliable theme math without fragile CSS colour parsing.
  • +
  • Added adaptive CSS variable single channel support (r/g/b)
  • 3.6.3 - Assessment overview fix

  • Fixed assessments overview failing to load.
  • 3.6.2 - Cloud backup, various fixes & SEQTA Engage support