From 943623e0fbb6d4c312e7f701ade16ff3029564f1 Mon Sep 17 00:00:00 2001
From: StroepWafel <109832156+StroepWafel@users.noreply.github.com>
Date: Fri, 29 May 2026 11:02:29 +0930
Subject: [PATCH 1/2] Update OpenWhatsNewPopup.ts
---
src/seqta/utils/Openers/OpenWhatsNewPopup.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/seqta/utils/Openers/OpenWhatsNewPopup.ts b/src/seqta/utils/Openers/OpenWhatsNewPopup.ts
index b066d886..8b068f05 100644
--- a/src/seqta/utils/Openers/OpenWhatsNewPopup.ts
+++ b/src/seqta/utils/Openers/OpenWhatsNewPopup.ts
@@ -34,7 +34,7 @@ export function OpenWhatsNewPopup(onDismissed?: () => void) {
const text = stringToHTML(/* html */ `
-
3.7.0 – Global Search improvements!
+ 3.6.6 – Global Search improvements!
Tuned hybrid search and indexing reliability.
Clearer progress UI and green “Done!” when a pass finishes.
Merged duplicate course hits that opened the same page.
From a1d95ebd409d8275209a249544f8917f6a0a9a8b Mon Sep 17 00:00:00 2001
From: StroepWafel <109832156+StroepWafel@users.noreply.github.com>
Date: Fri, 29 May 2026 11:02:36 +0930
Subject: [PATCH 2/2] Update package.json
---
package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package.json b/package.json
index 9504b2fc..f03780c2 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "betterseqtaplus",
- "version": "3.7.0",
+ "version": "3.6.6",
"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",