Merge pull request #194 from zen-browser/release-notes

v1.0.1-a.4 release notes
This commit is contained in:
nitro
2024-09-24 00:11:51 +02:00
committed by GitHub
2 changed files with 34 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 351 KiB

View File

@@ -903,7 +903,7 @@ export const releaseNotes: ReleaseNote[] = [
},
{
version: "1.0.1-a.3",
date: "21/09/2024",
date: "22/09/2024",
image: true,
workflowId: 10984599633,
extra:
@@ -982,6 +982,39 @@ export const releaseNotes: ReleaseNote[] = [
"The configuration schema for themes has been updated. All current themes have been updated automatically.",
],
},
{
version: "1.0.1-a.4",
date: "23/09/2024",
image: true,
workflowId: 11000317603,
extra: "This update addresses some significant issues with the previous release.\n\nWe appreciate your patience and support!",
features: [
"Added a new system for handling keyboard shortcuts",
],
fixes: [
{
description: "The New Tab button is not visible",
isse: 1640,
},
{
description: "The Unified Extensions button is not visible",
issue: 1643,
},
{
description: "The workspace element can't be moved on the toolbar",
issue: 1636,
},
{
description: "Expand-on-hover doesn't work properly when compact mode is enabled",
},
{
description: "Fixed an issue with reordering tabs",
},
{
description: "Fixed an issue with ⌘ keyboard shortcuts on macOS",
},
],
},
].reverse();
export function releaseNoteIsAlpha(note: ReleaseNote) {