From f8a0efc4360faf4b40a9aa592681fcd345c3c01a Mon Sep 17 00:00:00 2001 From: nitro <143457057+n7itro@users.noreply.github.com> Date: Thu, 22 Aug 2024 14:44:19 +0200 Subject: [PATCH] v28 release notes --- src/lib/release-notes.ts | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/src/lib/release-notes.ts b/src/lib/release-notes.ts index ed9f36b..eb4ea52 100644 --- a/src/lib/release-notes.ts +++ b/src/lib/release-notes.ts @@ -566,7 +566,41 @@ export const releaseNotes: ReleaseNote[] = [ issue: 355 } ] - } + }, + { + version: "1.0.0-a.28", + date: "22/08/2024", + extra: "This release is the twenty-eighth alpha release of the 1.0.0-alpha series.", + features: [ + "Enabled JPEG XL", + "Changed Zen Core Components license to CC BY-SA", + "Added support for color themes in theme creation", + "Fixed sidebar shortcuts", + "Started work on browser translations" + ], + fixes: [ + { + description: "No way to restore native theming to toolbar", + issue: 426 + }, + { + description: "Address bar icons are hidden", + issue: 430 + }, + { + description: "Tabs don't appear in vertical tab bar", + issue: 429 + }, + { + description: "Location bar is not focused when opening new window", + issue: 414 + }, + { + description: "The treshhold for the expanded tab sidebar in compact mode is too high", + issue: 389 + } + ] + }, ].reverse(); export function releaseNoteIsAlpha(note: ReleaseNote) {