chore: temporarily disable message folders plugin and remove from changelog

This commit is contained in:
SethBurkart123
2026-05-01 15:39:20 +10:00
parent 23ccac4836
commit 608fc96c4e
2 changed files with 3 additions and 4 deletions
+2 -2
View File
@@ -10,7 +10,7 @@ import assessmentsAveragePlugin from "./built-in/assessmentsAverage";
import profilePicturePlugin from "./built-in/profilePicture";
import assessmentsOverviewPlugin from "./built-in/assessmentsOverview";
import backgroundMusicPlugin from "./built-in/backgroundMusic";
import messageFoldersPlugin from "./built-in/messageFolders";
//import messageFoldersPlugin from "./built-in/messageFolders";
//import testPlugin from './built-in/test';
// Heavy plugins (lazy-loaded only when enabled)
@@ -29,7 +29,7 @@ pluginManager.registerPlugin(timetableEditPlugin);
pluginManager.registerPlugin(profilePicturePlugin);
pluginManager.registerPlugin(assessmentsOverviewPlugin);
pluginManager.registerPlugin(backgroundMusicPlugin);
pluginManager.registerPlugin(messageFoldersPlugin);
//pluginManager.registerPlugin(messageFoldersPlugin);
//pluginManager.registerPlugin(testPlugin);
// Register heavy plugins with lazy loading
+1 -2
View File
@@ -35,12 +35,11 @@ export function OpenWhatsNewPopup(onDismissed?: () => void) {
<div class="whatsnewTextContainer" style="height: 50%;overflow-y: auto;">
<h1>3.6.4 - DM Folders, Theme flavours and fixes, Upcoming Assements improvement</h1>
<h1>3.6.4 - Theme flavours and fixes, Upcoming Assements improvement</h1>
<li>Added advanced colour adjustments variables for theme customisation.</li>
<li>Improved logic for upcoming assements dashlet to improve compatibility.</li>
<li>BS Cloud can now automatically download themes from other devices.</li>
<li>Added theme flavours for multiple colour variations of the same theme.</li>
<li>Added custom message folder, customizable in settings.</li>
<h1>3.6.3 - Assessment overview fix</h1>
<li>Fixed assessments overview failing to load.</li>