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