diff --git a/package.json b/package.json
index bb28e191..3b5408ea 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "betterseqtaplus",
- "version": "3.4.2",
+ "version": "3.4.1",
"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 3c7280e4..e66a85c2 100644
--- a/src/SEQTA.ts
+++ b/src/SEQTA.ts
@@ -160,18 +160,15 @@ export function OpenWhatsNewPopup() {
let text = stringToHTML(
/* html */ `
-
3.4.2 - Bug Fixes and Tweaks
+
+
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
Added loading animations to the home page
Under the hood performance improvements
-
Improved animations overall
-
Minor style tweaks
-
-
3.4.1 - Bug Fixes and Performance Improvements
-
Fixed a bug where animations wouldn't play correctly
Improved animation performance
-
Added animations to the news feed
Better Animations!
+
Minor style tweaks
3.4.0 - Major Performance Update
Completely rebuilt the extension popup using Svelte for dramatically improved performance
@@ -2765,7 +2762,7 @@ async function handleAssessments(node: Element): Promise
{
existingAverage.remove();
}
- const averageElement = stringToHTML(`
+ const averageElement = stringToHTML(/* html */`