Update release-notes.ts

This commit is contained in:
mr. m 🤙 2024-11-06 16:07:03 -08:00 committed by GitHub
parent 8b32322574
commit 039c242bd4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1519,7 +1519,7 @@ export const releaseNotes: ReleaseNote[] = [
"Glance will now be displayed as a little icon next to the active tab",
]
},
{
/*{
version: "1.0.1-a.18",
date: "06/11/2024",
image: true,
@ -1615,7 +1615,7 @@ export const releaseNotes: ReleaseNote[] = [
"Compact mode will now use '--zen-main-browser-background-toolbar' as the background color",
"Added a new variable for the translucency of the browser in macos",
]
}
}*/
].reverse();
export function releaseNoteIsAlpha(note: ReleaseNote) {