bump(version): 3.4.9

This commit is contained in:
SethBurkart123
2025-08-15 17:16:32 +10:00
parent b866dde6e2
commit 0fb05c7f26
4 changed files with 10 additions and 130 deletions
+3 -3
View File
@@ -24,6 +24,8 @@ import loading from "@/seqta/ui/Loading";
import { SendNewsPage } from "@/seqta/utils/SendNewsPage";
import { loadHomePage } from "@/seqta/utils/Loaders/LoadHomePage";
import { OpenWhatsNewPopup } from "@/seqta/utils/Whatsnew";
//import { OpenMinecraftServerPopup } from "@/seqta/utils/AboutMinecraftServer";
import {
updateTimetableTimes,
} from "@/seqta/utils/updateTimetableTimes";
@@ -36,7 +38,6 @@ import IconFamily from "@/resources/fonts/IconFamily.woff";
// Stylesheets
import iframeCSS from "@/css/iframe.scss?raw";
import { OpenMinecraftServerPopup } from "@/seqta/utils/AboutMinecraftServer";
function SetDisplayNone(ElementName: string) {
return `li[data-key=${ElementName}]{display:var(--menuHidden) !important; transition: 1s;}`;
@@ -96,8 +97,7 @@ export async function finishLoad() {
}
if (settingsState.justupdated && !document.getElementById("whatsnewbk")) {
OpenMinecraftServerPopup();
//OpenWhatsNewPopup();
OpenWhatsNewPopup();
}
}
+6
View File
@@ -66,6 +66,12 @@ export function OpenWhatsNewPopup() {
let text = stringToHTML(/* html */ `
<div class="whatsnewTextContainer" style="height: 50%;overflow-y: scroll;">
<h1>3.4.9 - Bug Fixes and Performance Improvements</h1>
<li>Fixed performance issues with large notices on the homepage</li>
<li>Improved performance when global search is disabled</li>
<li>Improved performance of storage handling</li>
<li>Other bug fixes and improvements</li>
<h1>3.4.8 - Improvements!</h1>
<li>Added new assessments kanban overview</li>
<li>Added custom profile pictures</li>