From e77c0fed766528abccffded2b7111c41dd5d549c Mon Sep 17 00:00:00 2001 From: mauro-balades Date: Thu, 29 Aug 2024 19:12:48 +0200 Subject: [PATCH 1/2] refactor: Update surface color in globals.css --- src/app/globals.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/globals.css b/src/app/globals.css index fd93773..28eb341 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -41,7 +41,7 @@ --color-two: #fe8bbb; --color-three: #9e7aff; - --surface: rgb(235, 235, 235); + --surface: rgb(245, 245, 245); /* --color-one: #37ecba; 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 2/2] 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();