From dab1a0e3aab9ec016a2300fa707228f3f23b2576 Mon Sep 17 00:00:00 2001 From: mauro-balades Date: Mon, 16 Sep 2024 23:37:57 +0200 Subject: [PATCH] Refactor release note image URL and update release notes for v1.0.1-a --- src/components/release-note.tsx | 2 +- src/lib/release-notes.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/release-note.tsx b/src/components/release-note.tsx index e0a3b7f..c3eaf21 100644 --- a/src/components/release-note.tsx +++ b/src/components/release-note.tsx @@ -45,7 +45,7 @@ export default function ReleaseNoteElement({ data }: { data: ReleaseNote }) {

{data.image && ( Release Image diff --git a/src/lib/release-notes.ts b/src/lib/release-notes.ts index 81eb837..dd2fba2 100644 --- a/src/lib/release-notes.ts +++ b/src/lib/release-notes.ts @@ -800,7 +800,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!", + extra: "This version marks a more stable alpha release.\n\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!\n\nWe've also added a new AppImage installer for Linux users and started signing our Windows builds with a verified digital signature, making Windows Defender and other antivirus software less annoying!\n\nAlso, we've made the browser's layout more stable for themes, improved overal UX and added an a better theme support (Now called Zen Mods)!", features: [ "Added verified digital signnature to Windows builds", "Added Zen to Homebrew Cask repository",