mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
bump: version and update changelog
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "betterseqtaplus",
|
"name": "betterseqtaplus",
|
||||||
"version": "3.3.2",
|
"version": "3.4.0",
|
||||||
"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,15 @@ 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.0 - Major Performance Update</h1>
|
||||||
|
<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>Significant code cleanup and optimization across the extension</li>
|
||||||
|
<li>Improved overall responsiveness and load times</li>
|
||||||
|
<li>Smoother animations and improved scrolling</li>
|
||||||
|
<li>Fixed Firefox compatibility issues</li>
|
||||||
|
<li>Other minor bug fixes and under the hood improvements</li>
|
||||||
|
|
||||||
<h1>3.3.1 - Hot Fix</h1>
|
<h1>3.3.1 - Hot Fix</h1>
|
||||||
<li>Fixed assessments not loading when no notices are available</li>
|
<li>Fixed assessments not loading when no notices are available</li>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"manifest_version": 3,
|
"manifest_version": 3,
|
||||||
"name": "BetterSEQTA+",
|
"name": "BetterSEQTA+",
|
||||||
"version": "3.3.1",
|
"version": "3.4.0",
|
||||||
"description": "Enhance SEQTA Learn's usability and aesthetics! A fork of BetterSEQTA to continue development add add heaps more features!",
|
"description": "Enhance SEQTA Learn's usability and aesthetics! A fork of BetterSEQTA to continue development add add heaps more features!",
|
||||||
"icons": {
|
"icons": {
|
||||||
"32": "resources/icons/icon-32.png",
|
"32": "resources/icons/icon-32.png",
|
||||||
|
|||||||
Reference in New Issue
Block a user