From c7a6bf051c960339d27e249c47a3cda712965e9e Mon Sep 17 00:00:00 2001 From: Aden Linday Date: Wed, 8 Apr 2026 08:49:37 +0930 Subject: [PATCH] chore: bump ver and changelog --- package.json | 2 +- src/seqta/utils/Openers/OpenWhatsNewPopup.ts | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 47fcd749..709d8cc9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "betterseqtaplus", - "version": "3.5.3", + "version": "3.6.0", "type": "module", "description": "Enhance SEQTA Learn's usability and aesthetics! A fork of BetterSEQTA to continue development and add heaps more features!", "browserslist": "> 0.5%, last 2 versions, not dead", diff --git a/src/seqta/utils/Openers/OpenWhatsNewPopup.ts b/src/seqta/utils/Openers/OpenWhatsNewPopup.ts index 9b4e60ea..4a11128e 100644 --- a/src/seqta/utils/Openers/OpenWhatsNewPopup.ts +++ b/src/seqta/utils/Openers/OpenWhatsNewPopup.ts @@ -32,6 +32,16 @@ export function OpenWhatsNewPopup() { const text = stringToHTML(/* html */ `
+

3.6.0 - 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).
  • +
  • Firefox: fixed the extension settings popup.
  • +
  • SEQTA Engage: Added BetterSEQTA Plus support for SEQTA Engage for Parents.
  • +
  • Improved how adaptive custom themes display on the page.
  • +
  • Fixed today's lessons on the homepage misbehaving in developer mode.
  • +
  • Reduced overlap between BetterSEQTA subject averages and SEQTA's built-in averages UI.
  • +
  • Updated outdated in-app links and update some under the hood code (Vite 8).
  • +

    3.5.3 - Adaptive theme updates

  • Fixed adaptive theming on current-year course and assessment pages.