some v31 release notes

This commit is contained in:
nitro
2024-08-27 22:12:02 +02:00
parent 30ddd65c91
commit 8ea8d2cd67

View File

@@ -628,11 +628,10 @@ export const releaseNotes: ReleaseNote[] = [
}, },
{ {
version: "1.0.0-a.30", version: "1.0.0-a.30",
date: "24/08/2024", date: "26/08/2024",
extra: "This release is the thirtieth alpha release of the 1.0.0-alpha series.", extra: "This release is the thirtieth alpha release of the 1.0.0-alpha series.",
features: [ features: [
"Added support for 24 more languages!", "Added support for 24 more languages!",
"Better wordmark and icons for Private Browsing mode",
"Update installed themes from the browser settings" "Update installed themes from the browser settings"
], ],
fixes: [ fixes: [
@@ -655,6 +654,32 @@ export const releaseNotes: ReleaseNote[] = [
{ {
description: "Can't rename created workspace", description: "Can't rename created workspace",
issue: 604 issue: 604
},
{
description: "JavaScript won't execute in the browser console",
issue: 913
}
]
},
{
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.",
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"
],
fixes: [
{
description: "Horizontal and vertical split don't work with shortcuts",
issue: 915
},
{
description: "Buttons dissapear if there are too many tabs",
issue: 934
} }
] ]
} }