mirror of
https://github.com/zen-browser/www.git
synced 2025-07-07 17:05:32 +02:00
v1.0.1-a.4 release notes
TODO: Update `workflowId`
This commit is contained in:
parent
2801ebbc28
commit
25f556c3e1
2 changed files with 32 additions and 1 deletions
BIN
public/releases/1.0.1-a.4.png
Normal file
BIN
public/releases/1.0.1-a.4.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 351 KiB |
|
@ -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,37 @@ 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: 10000000000,
|
||||
extra: "This update addresses some significant issues with the previous release.\n\We appreciate your patience and support!",
|
||||
features: [],
|
||||
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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue