Refactor layout component to enable dark theme by default
This commit is contained in:
@@ -7,6 +7,7 @@ export interface ReleaseNote {
|
||||
version: string;
|
||||
date: string;
|
||||
extra?: string;
|
||||
image?: boolean;
|
||||
fixes?: Fix[];
|
||||
features?: string[];
|
||||
breakingChanges?: string[];
|
||||
@@ -798,6 +799,7 @@ export const releaseNotes: ReleaseNote[] = [
|
||||
{
|
||||
version: "1.0.1-a",
|
||||
date: "15/09/2024",
|
||||
image: true,
|
||||
extra: "This version marks a more stable alpha release.\nThis release brings a few improvements to the UI and some important quality of life features for workspaces, such as separate pinned tabs, custom icons and assigned tab conainers!",
|
||||
features: [
|
||||
"Added verified digital signnature to Windows builds",
|
||||
|
||||
Reference in New Issue
Block a user