From 00378d71e9309c3927479a02424c55e58356b367 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?mauro=20=F0=9F=A4=99?= <91018726+mauro-balades@users.noreply.github.com> Date: Sun, 29 Sep 2024 22:10:11 +0200 Subject: [PATCH] Update release-notes.ts --- src/lib/release-notes.ts | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/lib/release-notes.ts b/src/lib/release-notes.ts index 1e43a75..f9a00d5 100644 --- a/src/lib/release-notes.ts +++ b/src/lib/release-notes.ts @@ -1047,7 +1047,13 @@ export const releaseNotes: ReleaseNote[] = [ "Added warning when shortcut setting changes are unsaved", "Enabled container tabs by default", "Improved Expand Tabs on Hover layout" - ], + ], + themeChanges: [ + "Toggle inputs will not use the themed tertiary color", + ], + breakingChanges: [ + "The keyboard shortcuts will be overriden by the defaults ones in this update.", + ], fixes: [ { description: "Fixed Firefox add-ons not updating", @@ -1086,4 +1092,4 @@ export const releaseNotes: ReleaseNote[] = [ export function releaseNoteIsAlpha(note: ReleaseNote) { "use client"; return note.version.includes("-a."); -} \ No newline at end of file +}