added workspace update

This commit is contained in:
nitro
2024-08-20 22:19:36 +02:00
parent 7c79935f2d
commit 2c9137833a

View File

@@ -558,11 +558,16 @@ export const releaseNotes: ReleaseNote[] = [
"Updated CSS to improve compact mode and vertical tabs styling", "Updated CSS to improve compact mode and vertical tabs styling",
"Updated the browser logo for Windows to a higher resolution", "Updated the browser logo for Windows to a higher resolution",
"Fixed severe issue with platform specific preference handling", "Fixed severe issue with platform specific preference handling",
"Added feature to set a default workspace"
], ],
fixes: [ fixes: [
{ {
description: "Issue with edge detection for expand-on-hover sidebar feature", description: "Issue with edge detection for expand-on-hover sidebar feature",
issue: 355 issue: 355
},
{
description: "Can't switch workspaces",
issue: 359
} }
] ]
} }