From fe7127a83cc12e7510c67bde9def1acb752f313b Mon Sep 17 00:00:00 2001 From: Aden Linday Date: Sun, 26 Jul 2026 11:33:18 +0930 Subject: [PATCH] chore: changelog --- src/seqta/utils/Openers/whatsNewChangelog.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/seqta/utils/Openers/whatsNewChangelog.ts b/src/seqta/utils/Openers/whatsNewChangelog.ts index 7ca0768f..3f64827c 100644 --- a/src/seqta/utils/Openers/whatsNewChangelog.ts +++ b/src/seqta/utils/Openers/whatsNewChangelog.ts @@ -5,9 +5,10 @@ export type WhatsNewRelease = { export const WHATS_NEW_CHANGELOG: WhatsNewRelease[] = [ { - "title": "3.7.3 – Timetable sync to Calendar & Bugfix Bundle", + "title": "3.7.3 – Timetable sync into Calendars, Sidebar Customisation & Bugfix Bundle", "items": [ "Added an option in the Timetable to sync to Google Calendar and Outlook Calendar", + "Added a new sidebar customisation page in the settings menu to change the sidebar layout, icons, and more.", "Improved the sidebar to be more stable and performant.", "Fixed dropdown contrast and readability in settings and across SEQTA pages.", "Fixed Analytics sidebar item not hiding when toggled off in Edit Sidebar.",