mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-05 19:24:39 +00:00
bump(version): 3.4.1 + changelog
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "betterseqtaplus",
|
"name": "betterseqtaplus",
|
||||||
"version": "3.4.0",
|
"version": "3.4.1",
|
||||||
"type": "module",
|
"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!",
|
"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",
|
"browserslist": "> 0.5%, last 2 versions, not dead",
|
||||||
|
|||||||
@@ -160,6 +160,11 @@ export function OpenWhatsNewPopup() {
|
|||||||
let text = stringToHTML(
|
let text = stringToHTML(
|
||||||
/* html */ `
|
/* html */ `
|
||||||
<div class="whatsnewTextContainer" style="height: 50%;overflow-y: scroll;">
|
<div class="whatsnewTextContainer" style="height: 50%;overflow-y: scroll;">
|
||||||
|
<h1>3.4.1 - Bug Fixes and Performance Improvements</h1>
|
||||||
|
<li>Fixed a bug where animations wouldn't play correctly</li>
|
||||||
|
<li>Improved animation performance</li>
|
||||||
|
<li>Better Animations!</li>
|
||||||
|
|
||||||
<h1>3.4.0 - Major Performance Update</h1>
|
<h1>3.4.0 - Major Performance Update</h1>
|
||||||
<li>Completely rebuilt the extension popup using Svelte for dramatically improved performance</li>
|
<li>Completely rebuilt the extension popup using Svelte for dramatically improved performance</li>
|
||||||
<li>Added a brand new background store with search functionality and downloadable backgrounds</li>
|
<li>Added a brand new background store with search functionality and downloadable backgrounds</li>
|
||||||
|
|||||||
Reference in New Issue
Block a user