Update release-notes.ts
This commit is contained in:
@@ -1047,7 +1047,13 @@ export const releaseNotes: ReleaseNote[] = [
|
|||||||
"Added warning when shortcut setting changes are unsaved",
|
"Added warning when shortcut setting changes are unsaved",
|
||||||
"Enabled container tabs by default",
|
"Enabled container tabs by default",
|
||||||
"Improved Expand Tabs on Hover layout"
|
"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: [
|
fixes: [
|
||||||
{
|
{
|
||||||
description: "Fixed Firefox add-ons not updating",
|
description: "Fixed Firefox add-ons not updating",
|
||||||
@@ -1086,4 +1092,4 @@ export const releaseNotes: ReleaseNote[] = [
|
|||||||
export function releaseNoteIsAlpha(note: ReleaseNote) {
|
export function releaseNoteIsAlpha(note: ReleaseNote) {
|
||||||
"use client";
|
"use client";
|
||||||
return note.version.includes("-a.");
|
return note.version.includes("-a.");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user