From 0bc6beb0f15e92f884f4d8afda8f3f5ccc0cc935 Mon Sep 17 00:00:00 2001 From: Aden Linday Date: Sat, 23 May 2026 09:08:31 +0930 Subject: [PATCH] chore: bump ver & release notes --- package.json | 2 +- src/seqta/utils/Openers/OpenWhatsNewPopup.ts | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 27826d94..6b486eb5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "betterseqtaplus", - "version": "3.6.4", + "version": "3.6.5", "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 6160f6e5..b368b90c 100644 --- a/src/seqta/utils/Openers/OpenWhatsNewPopup.ts +++ b/src/seqta/utils/Openers/OpenWhatsNewPopup.ts @@ -33,9 +33,12 @@ export function OpenWhatsNewPopup(onDismissed?: () => void) { const text = stringToHTML(/* html */ `
- -

3.6.5 - Assessment weighting override & fixes

+

3.6.5 - Theme of the Month, custom message folders & assessment weighting overrides

+
  • Added Theme of the Month — a monthly featured theme popup with a link to view it in the theme store.
  • +
  • Added custom message folders for organising direct DM's with drag to reorder.
  • Added the ability to override/add weightings to assessments (on assessment page).
  • +
  • Fixed custom room and teacher names not showing in the timetable popup.
  • +
  • Fixed assessment averages treating N/A weightings incorrectly in subject average calculations.
  • Fixed the display of weightings that could not automatically be discovered.
  • Fixed the formatting of the weighting tag that was broken due to a SEQTA update.