From bb6ee721597fd4f4853abce02216dc845893b99e Mon Sep 17 00:00:00 2001 From: SethBurkart123 Date: Thu, 3 Apr 2025 22:28:50 +1100 Subject: [PATCH] bump(version): 3.4.6.1 + changelog --- package.json | 2 +- src/seqta/utils/Whatsnew.ts | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ad5a468d..48bcf433 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "betterseqtaplus", - "version": "3.4.6", + "version": "3.4.6.1", "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/Whatsnew.ts b/src/seqta/utils/Whatsnew.ts index 5d77581f..e659dcb3 100644 --- a/src/seqta/utils/Whatsnew.ts +++ b/src/seqta/utils/Whatsnew.ts @@ -60,6 +60,9 @@ export function OpenWhatsNewPopup() { let text = stringToHTML(/* html */ `
+

3.4.6.1 - Hot patch!

+
  • Fixed storage not updating and sometimes being replaced with default values
  • +

    3.4.6 - Massive internal reworks!

  • Fix SEQTA classes not being applied correctly causing a totally broken experience
  • Reworked internals to function as a plugin system (more on this soon)