From 40d7ece12b9f595e1dc7f028bf33e1a950ae19e1 Mon Sep 17 00:00:00 2001 From: SethBurkart123 Date: Thu, 19 Feb 2026 20:32:14 +1100 Subject: [PATCH] fix: patch new SEQTA UI compatibility in 3.4.15 --- package.json | 2 +- src/seqta/utils/Openers/OpenWhatsNewPopup.ts | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 7846617f..ce1081a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "betterseqtaplus", - "version": "3.4.14", + "version": "3.4.15", "type": "module", "description": "Enhance SEQTA Learn's usability and aesthetics! A fork of BetterSEQTA to continue development add 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 472e055e..f65ce9be 100644 --- a/src/seqta/utils/Openers/OpenWhatsNewPopup.ts +++ b/src/seqta/utils/Openers/OpenWhatsNewPopup.ts @@ -32,6 +32,11 @@ export function OpenWhatsNewPopup() { const text = stringToHTML(/* html */ `
+

3.4.15 - SEQTA New UI Patch

+
  • Fixed compatibility issues caused by the new SEQTA UI update
  • +
  • Adjusted styling to match updated SEQTA layout changes
  • +
  • Other minor bug fixes and stability improvements
  • +

    3.4.14 - Search & Assessments Update

  • Global Search improvements: indexing progress, more accurate results, and now includes past assessments/assignments
  • Assessment Averages now parse weightings when possible for more accurate subject averages