bump(version): 3.4.6.1 + changelog

This commit is contained in:
SethBurkart123
2025-04-03 22:28:50 +11:00
parent d52a59ae48
commit bb6ee72159
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -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",
+3
View File
@@ -60,6 +60,9 @@ export function OpenWhatsNewPopup() {
let text = stringToHTML(/* html */ `
<div class="whatsnewTextContainer" style="height: 50%;overflow-y: scroll;">
<h1>3.4.6.1 - Hot patch!</h1>
<li>Fixed storage not updating and sometimes being replaced with default values</li>
<h1>3.4.6 - Massive internal reworks!</h1>
<li>Fix SEQTA classes not being applied correctly causing a totally broken experience</li>
<li>Reworked internals to function as a plugin system (more on this soon)</li>