Update SEQTA.ts

This commit is contained in:
Andrew R
2025-02-19 11:53:10 +10:30
committed by GitHub
parent c1bc3d3d22
commit 410bd0e54e
+3 -1
View File
@@ -163,7 +163,9 @@ 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.4.1 - Everything Subject averages related</h1>
<li>Fixed subject averages not showing up with non-percent grades</li>
<li>Added Toggle for Letter/Percent Grades</li>
<h1>3.4.4 - Bug Fixes and Improvements</h1> <h1>3.4.4 - Bug Fixes and Improvements</h1>
<li>Added vertical zoom to the timetable</li> <li>Added vertical zoom to the timetable</li>
<li>Fixed theme importing failing when images were included</li> <li>Fixed theme importing failing when images were included</li>