From 25884883646818e00d23b6912f9512d6c8688d07 Mon Sep 17 00:00:00 2001 From: nitro <143457057+n7itro@users.noreply.github.com> Date: Mon, 26 Aug 2024 18:30:42 +0200 Subject: [PATCH] v30 release notes Anything missing? --- src/lib/release-notes.ts | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/src/lib/release-notes.ts b/src/lib/release-notes.ts index 8d0cfaf..93b8ba6 100644 --- a/src/lib/release-notes.ts +++ b/src/lib/release-notes.ts @@ -625,6 +625,37 @@ export const releaseNotes: ReleaseNote[] = [ issue: 439 } ] + }, + { + version: "1.0.0-a.30", + date: "24/08/2024", + extra: "This release is the thirtieth alpha release of the 1.0.0-alpha series.", + features: [ + "Added support for 24 more languages!", + "Better wordmark and icons for Private Browsing mode", + ], + fixes: [ + { + description: "Letterboxing option is missing", + issue: 475 + }, + { + description: "Collapsed tabs move when audio is playing", + issue: 608 + }, + { + description: "Screensaver starts while a video is running in fullscreen", + issue: 619 + }, + { + description: "Can't scroll through list of workspaces", + issue: 603 + }, + { + description: "Can't rename created workspace", + issue: 604 + } + ] } ].reverse();