This commit is contained in:
nitro
2024-08-30 01:04:56 +02:00
parent e77c0fed76
commit 156a5e6f8f

View File

@@ -662,25 +662,18 @@ export const releaseNotes: ReleaseNote[] = [
] ]
}, },
{ {
version: "1.0.0-a.31", version: "1.0.0-a.33",
date: "27/08/2024", date: "30/08/2024",
extra: "This release is the thirty-first alpha release of the 1.0.0-alpha series.", extra: "This release is the thirty-third alpha release of the 1.0.0-alpha series.",
features: [ features: [
"Better wordmark and icons for Private Browsing mode", "Fixed policies for updates",
"Patched security issue with remote debugging", "Enforce HTTPS-Only Mode",
"Fixed incorrect position of right-side tabs in compact mode", "Url Bsar improvements",
"Optimized image loading on website", "Fixed issue with opening links from external apps",
"Refactored website to be static" "Compact mode now takes element separation into account",
"Added labels to buttons during expand-on-hover"
], ],
fixes: [ 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(); ].reverse();