Update release-notes.ts

This commit is contained in:
mauro 🤙
2024-09-29 22:10:11 +02:00
committed by GitHub
parent 473fd6e4e2
commit 00378d71e9

View File

@@ -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.");
}
}