mirror of
https://github.com/zen-browser/www.git
synced 2025-07-08 09:20:00 +02:00
commit
bd6afdd929
1 changed files with 18 additions and 0 deletions
|
@ -548,6 +548,24 @@ export const releaseNotes: ReleaseNote[] = [
|
||||||
issue: 103
|
issue: 103
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
version: "1.0.0-a.25",
|
||||||
|
date: "20/08/2024",
|
||||||
|
extra: "This release is the twenty-fifth alpha release of the 1.0.0-alpha series.\n\nThis is a short release that addresses some important bugs.",
|
||||||
|
features: [
|
||||||
|
"Updated to the latest stable version of Firefox (129.0.2)",
|
||||||
|
"Updated CSS to improve compact mode and vertical tabs styling",
|
||||||
|
"Updated the browser logo for Windows to a higher resolution",
|
||||||
|
"Fixed severe issue with platform specific preference handling",
|
||||||
|
"Added feature to set a default workspace"
|
||||||
|
],
|
||||||
|
fixes: [
|
||||||
|
{
|
||||||
|
description: "Issue with edge detection for expand-on-hover sidebar feature",
|
||||||
|
issue: 355
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
].reverse();
|
].reverse();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue