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 +}