From 641e4480ace139b429a637ee74fa5d38ae1f2a71 Mon Sep 17 00:00:00 2001 From: nitro <143457057+n7itro@users.noreply.github.com> Date: Mon, 9 Sep 2024 22:53:33 +0200 Subject: [PATCH] v38 release notes --- src/lib/release-notes.ts | 39 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 38 insertions(+), 1 deletion(-) diff --git a/src/lib/release-notes.ts b/src/lib/release-notes.ts index 34f5db0..993916c 100644 --- a/src/lib/release-notes.ts +++ b/src/lib/release-notes.ts @@ -687,7 +687,6 @@ export const releaseNotes: ReleaseNote[] = [ features: [ "Added option to restore legacy toolbar interface", "Added profile-guided optimization (Windows)", - "Added Apple developer certificate (macOS)", "Added experimental Zen Labs settings", "Changed interface colors", "Disabled efficiency-mode by default (Windows)", @@ -718,6 +717,44 @@ export const releaseNotes: ReleaseNote[] = [ issue: 240 } ] + }, + { + version: "1.0.0-a.38", + date: "09/09/2024", + extra: "This release is the thirty-eighth alpha release of the 1.0.0-alpha series.", + features: [ + "Successfully added Apple developer certificate (macOS)", + "Fixed issue with ffmpeg VA-API decoding", + "Ensure tab becomes visible when selected", + "Ensure top toolbar remains visible when dragging the window", + "Briefly show tab sidebar when switching tabs in compact mode", + "Enabled JPEG XL support by default", + "Enabled moving pages in the Web View Sidebar", + "Improved responsiveness of the top toolbar", + "Enabled fused multiply-add instructions (optimization)", + ], + fixes: [ + { + description: "Scrolling between tabs is buggy/slow", + issue: 1340 + }, + { + description: "Broken hover effect with NewTab button with compact density interface", + issue: 1224 + }, + { + description: "Issue on Google Meet regarding WebRTC", + issue: 972 + }, + { + description: "Zen Browser.app is damaged and can’t be opened on macOS", + issue: 1245 + }, + { + description: "Fixed issue with ⌘ keyboard shortcuts on macOS", + issue: 376 + } + ] } ].reverse();