From 156a5e6f8f4e54513b9f01dfe854fc296ffebe86 Mon Sep 17 00:00:00 2001 From: nitro <143457057+n7itro@users.noreply.github.com> Date: Fri, 30 Aug 2024 01:04:56 +0200 Subject: [PATCH] v33 --- src/lib/release-notes.ts | 25 +++++++++---------------- 1 file changed, 9 insertions(+), 16 deletions(-) diff --git a/src/lib/release-notes.ts b/src/lib/release-notes.ts index 3b2bbbb..5fce99a 100644 --- a/src/lib/release-notes.ts +++ b/src/lib/release-notes.ts @@ -662,25 +662,18 @@ export const releaseNotes: ReleaseNote[] = [ ] }, { - version: "1.0.0-a.31", - date: "27/08/2024", - extra: "This release is the thirty-first alpha release of the 1.0.0-alpha series.", + version: "1.0.0-a.33", + date: "30/08/2024", + extra: "This release is the thirty-third alpha release of the 1.0.0-alpha series.", features: [ - "Better wordmark and icons for Private Browsing mode", - "Patched security issue with remote debugging", - "Fixed incorrect position of right-side tabs in compact mode", - "Optimized image loading on website", - "Refactored website to be static" + "Fixed policies for updates", + "Enforce HTTPS-Only Mode", + "Url Bsar improvements", + "Fixed issue with opening links from external apps", + "Compact mode now takes element separation into account", + "Added labels to buttons during expand-on-hover" ], fixes: [ - { - description: "Horizontal and vertical split don't work with shortcuts", - issue: 915 - }, - { - description: "Buttons dissapear if there are too many tabs", - issue: 934 - } ] } ].reverse();