From 1b938e27486691bb7120c373d2917f3d51098a7a Mon Sep 17 00:00:00 2001 From: SethBurkart123 Date: Mon, 16 Feb 2026 13:44:15 +1100 Subject: [PATCH] feat: 3.4.14 update details --- package.json | 2 +- src/seqta/utils/Openers/OpenWhatsNewPopup.ts | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index fb0bf251..7846617f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "betterseqtaplus", - "version": "3.4.13", + "version": "3.4.14", "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 d4f70985..472e055e 100644 --- a/src/seqta/utils/Openers/OpenWhatsNewPopup.ts +++ b/src/seqta/utils/Openers/OpenWhatsNewPopup.ts @@ -32,6 +32,15 @@ export function OpenWhatsNewPopup() { const text = stringToHTML(/* html */ `
+

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
  • +
  • Added weight labels to assessment items (including proper handling of 0% and missing weights)
  • +
  • Fixed homepage tutor lesson colours and assessments/courses visibility issues
  • +
  • Fixed upcoming lessons tutorial room not displaying
  • +
  • Fixed favicon not showing / race condition issues
  • +
  • Other minor styling and stability improvements
  • +

    3.4.13 - Bug Fixes & Styling Improvements

  • Fixed house/year box hard failing when house_colour does not exist
  • Fixed message of the day being unreadable in light mode