From 37be31859f4ab37b8bbaff5c51f95c47192d0f34 Mon Sep 17 00:00:00 2001 From: StroepWafel Date: Mon, 20 Apr 2026 21:47:05 +0930 Subject: [PATCH] add notes --- src/seqta/utils/Openers/OpenWhatsNewPopup.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/seqta/utils/Openers/OpenWhatsNewPopup.ts b/src/seqta/utils/Openers/OpenWhatsNewPopup.ts index bbe7f386..06e44fa9 100644 --- a/src/seqta/utils/Openers/OpenWhatsNewPopup.ts +++ b/src/seqta/utils/Openers/OpenWhatsNewPopup.ts @@ -34,6 +34,9 @@ export function OpenWhatsNewPopup(onDismissed?: () => void) { const text = stringToHTML(/* html */ `
+

3.6.3 - Adaptive theme channel bindings & Alpine refresh

+
  • 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.
  • 3.6.2 - Cloud backup, various fixes & SEQTA Engage support

  • BetterSEQTA Cloud: back up and restore extension settings from your account (General settings).
  • Optional automatic cloud sync if signed in (on by default).