mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
fix(changelog): versions and changelog fixed
This commit is contained in:
+5
-8
@@ -160,18 +160,15 @@ export function OpenWhatsNewPopup() {
|
||||
let text = stringToHTML(
|
||||
/* html */ `
|
||||
<div class="whatsnewTextContainer" style="height: 50%;overflow-y: scroll;">
|
||||
<h1>3.4.2 - Bug Fixes and Tweaks</h1>
|
||||
|
||||
<h1>3.4.1 - Bug Fixes and Performance Improvements</h1>
|
||||
<li>Added a new "Subject Average" section to the assessments page</li>
|
||||
<li>Fixed a bug where animations wouldn't play correctly</li>
|
||||
<li>Added loading animations to the home page</li>
|
||||
<li>Under the hood performance improvements</li>
|
||||
<li>Improved animations overall</li>
|
||||
<li>Minor style tweaks</li>
|
||||
|
||||
<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>Added animations to the news feed</li>
|
||||
<li>Better Animations!</li>
|
||||
<li>Minor style tweaks</li>
|
||||
|
||||
<h1>3.4.0 - Major Performance Update</h1>
|
||||
<li>Completely rebuilt the extension popup using Svelte for dramatically improved performance</li>
|
||||
@@ -2765,7 +2762,7 @@ async function handleAssessments(node: Element): Promise<void> {
|
||||
existingAverage.remove();
|
||||
}
|
||||
|
||||
const averageElement = stringToHTML(`
|
||||
const averageElement = stringToHTML(/* html */`
|
||||
<div class="AssessmentItem__AssessmentItem___2EZ95">
|
||||
<div class="AssessmentItem__metaContainer___dMKma">
|
||||
<div class="AssessmentItem__meta___WNSiK">
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"manifest_version": 3,
|
||||
"name": "BetterSEQTA+",
|
||||
"version": "3.4.2",
|
||||
"version": "3.4.1",
|
||||
"description": "Enhance SEQTA Learn's usability and aesthetics! A fork of BetterSEQTA to continue development add add heaps more features!",
|
||||
"icons": {
|
||||
"32": "resources/icons/icon-32.png",
|
||||
|
||||
Reference in New Issue
Block a user