v35 release notes

This commit is contained in:
nitro
2024-09-02 22:07:35 +02:00
parent d787a95657
commit 1f9ad5bc53

View File

@@ -674,6 +674,37 @@ export const releaseNotes: ReleaseNote[] = [
"Added labels to buttons during expand-on-hover"
],
fixes: [
{
description: "Tab bar stuck on right side",
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.",
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
}
]
}
].reverse();