mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-21 02:37:06 +00:00
Compare commits
1 Commits
deep-reform
...
3.7.2
| Author | SHA1 | Date | |
|---|---|---|---|
| ecc89e864c |
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "betterseqtaplus",
|
||||
"version": "3.7.1",
|
||||
"version": "3.7.2",
|
||||
"type": "module",
|
||||
"description": "Enhance SEQTA Learn's usability and aesthetics! A fork of BetterSEQTA to continue development and add heaps more features!",
|
||||
"browserslist": "> 0.5%, last 2 versions, not dead",
|
||||
|
||||
@@ -42,6 +42,13 @@ export function OpenWhatsNewPopup(onDismissed?: () => void) {
|
||||
const text = stringToHTML(/* html */ `
|
||||
<div class="whatsnewTextContainer" style="height: 50%;overflow-y: auto;">
|
||||
|
||||
<h1>3.7.2 – Analytics Fixes</h1>
|
||||
<li>Fixed analytics page breaking on certain configurations.</li>
|
||||
<li>Added safer DOM handling for analytics to prevent crashes.</li>
|
||||
<li>Fixed hovering tooltip for forecast analytics chart.</li>
|
||||
<li>Improved grade analytics layout, controls, and forecast chart rendering.</li>
|
||||
<li>Updated update image for new layout.</li>
|
||||
|
||||
<h1>3.7.0 – Grade Analytics, Enhanced Navigation, fonts, Global Search & SEQTA Engage Improvements</h1>
|
||||
<li>Added Enhanced Navigation for courses: the navigator now auto-scrolls to the selected lesson (e.g. inside the "Go to…" popup) and prev/next arrows for jumping between lessons.</li>
|
||||
<li>Added Grade Analytics, new sidebar page with grade trend charts synced from SEQTA.</li>
|
||||
|
||||
Reference in New Issue
Block a user