diff --git a/package.json b/package.json index 3cd068bf..ea888134 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)