From 0b9163d6916df8936bcb6254834a6e6cdecd1c16 Mon Sep 17 00:00:00 2001 From: NOCanoa <158103554+NOCanoa@users.noreply.github.com> Date: Tue, 3 Sep 2024 16:56:05 +0100 Subject: [PATCH] Removed a.35 we getting issues from peps, Zen not updating to a35... --- src/lib/release-notes.ts | 39 --------------------------------------- 1 file changed, 39 deletions(-) diff --git a/src/lib/release-notes.ts b/src/lib/release-notes.ts index f0ce8d0..0901a05 100644 --- a/src/lib/release-notes.ts +++ b/src/lib/release-notes.ts @@ -679,45 +679,6 @@ export const releaseNotes: ReleaseNote[] = [ issue: 1115 } ] - }, - { - version: "1.0.0-a.35", - date: "02/09/2024", - extra: "This release is the thirty-fifth alpha release of the 1.0.0-alpha series. Things are getting stable!", - 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)", - "Enabled GPU-accelerated web rendering by default", - "Enabled Video Acceleration API for media decoding", - "Improved support for translations", - "Added Identical Code Folding compiler optimization", - ], - fixes: [ - { - description: "Zen Browser is damaged and can't be opened on macOS", - issue: 53 - }, - { - description: "Can't reorganize tabs in compact mode", - issue: 1168 - }, - { - description: "Theme Store settings page doesn't display installed themes", - issue: 1125 - }, - { - description: "No Homebrew support", - issue: 273 - }, - { - description: "Remember last active workspaces on startup", - issue: 240 - } - ] } ].reverse();