mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
chore: bump ver & release notes
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "betterseqtaplus",
|
"name": "betterseqtaplus",
|
||||||
"version": "3.6.4",
|
"version": "3.6.5",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"description": "Enhance SEQTA Learn's usability and aesthetics! A fork of BetterSEQTA to continue development and add heaps more features!",
|
"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",
|
"browserslist": "> 0.5%, last 2 versions, not dead",
|
||||||
|
|||||||
@@ -33,9 +33,12 @@ export function OpenWhatsNewPopup(onDismissed?: () => void) {
|
|||||||
|
|
||||||
const text = stringToHTML(/* html */ `
|
const text = stringToHTML(/* html */ `
|
||||||
<div class="whatsnewTextContainer" style="height: 50%;overflow-y: auto;">
|
<div class="whatsnewTextContainer" style="height: 50%;overflow-y: auto;">
|
||||||
|
<h1>3.6.5 - Theme of the Month, custom message folders & assessment weighting overrides</h1>
|
||||||
<h1>3.6.5 - Assessment weighting override & fixes</h1>
|
<li>Added Theme of the Month — a monthly featured theme popup with a link to view it in the theme store.</li>
|
||||||
|
<li>Added custom message folders for organising direct DM's with drag to reorder.</li>
|
||||||
<li>Added the ability to override/add weightings to assessments (on assessment page).</li>
|
<li>Added the ability to override/add weightings to assessments (on assessment page).</li>
|
||||||
|
<li>Fixed custom room and teacher names not showing in the timetable popup.</li>
|
||||||
|
<li>Fixed assessment averages treating N/A weightings incorrectly in subject average calculations.</li>
|
||||||
<li>Fixed the display of weightings that could not automatically be discovered.</li>
|
<li>Fixed the display of weightings that could not automatically be discovered.</li>
|
||||||
<li>Fixed the formatting of the weighting tag that was broken due to a SEQTA update.</li>
|
<li>Fixed the formatting of the weighting tag that was broken due to a SEQTA update.</li>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user