From 13fc077686feafe42206a4584533a38b279578e8 Mon Sep 17 00:00:00 2001 From: SethBurkart123 Date: Thu, 5 Dec 2024 14:38:02 +1100 Subject: [PATCH] bump(version): 3.4.2 + changelog --- package.json | 2 +- src/SEQTA.ts | 4 ++++ src/manifests/manifest.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3b5408ea..bb28e191 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "betterseqtaplus", - "version": "3.4.1", + "version": "3.4.2", "type": "module", "description": "Enhance SEQTA Learn's usability and aesthetics! A fork of BetterSEQTA to continue development, while incorporating a plethora of new and improved features!", "browserslist": "> 0.5%, last 2 versions, not dead", diff --git a/src/SEQTA.ts b/src/SEQTA.ts index d2a04fc4..aa853af3 100644 --- a/src/SEQTA.ts +++ b/src/SEQTA.ts @@ -165,6 +165,10 @@ export function OpenWhatsNewPopup() { /* html */ `
+

3.4.2 - Minor Bug Fixes

+
  • Fixed a bug where Assessment Average wasn't enabled by default
  • +
  • Fixed floating menus would sometimes be placed behind other elements
  • +

    3.4.1 - Bug Fixes and Performance Improvements

  • Added a new "Subject Average" section to the assessments page
  • Fixed a bug where animations wouldn't play correctly
  • diff --git a/src/manifests/manifest.json b/src/manifests/manifest.json index b170b46f..cfa4ea8d 100644 --- a/src/manifests/manifest.json +++ b/src/manifests/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "BetterSEQTA+", - "version": "3.4.1", + "version": "3.4.2", "description": "Enhance SEQTA Learn's usability and aesthetics! A fork of BetterSEQTA to continue development add add heaps more features!", "icons": { "32": "resources/icons/icon-32.png",