From f76e6bb3131aa215d7f90dccc5f33aafaeeaa55d Mon Sep 17 00:00:00 2001 From: nitro <143457057+n7itro@users.noreply.github.com> Date: Mon, 16 Sep 2024 18:20:01 +0200 Subject: [PATCH] v1.0.1-a release notes --- src/lib/release-notes.ts | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/src/lib/release-notes.ts b/src/lib/release-notes.ts index 9fc8dbc..7364551 100644 --- a/src/lib/release-notes.ts +++ b/src/lib/release-notes.ts @@ -795,6 +795,46 @@ export const releaseNotes: ReleaseNote[] = [ }, ], }, + { + version: "1.0.1-a", + date: "15/09/2024", + 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", + "Added Zen to Homebrew Cask repository", + "Enabled private search suggestions by default", + "Improved Theme Store settings page", + "Added Night and Colorful themes", + "Restore browsing session on startup by default", + "Added preference for custom workspace icons", + "Redesigned url bar and workspaces", + "Added preference for separate pinned tabs per workspace", + "Fixed padding on right side tabs and expand-on-hover", + "Repositioned List All Tabs button", + "Allow binding tab containers to workspaces", + "Added new AppImage installer", + "Improved bookmarks sidebar interface", + "Added compatibility for legacy Zen Theme preferences" + ], + fixes: [ + { + description: "Window borders show in full-screen mode", + issue: 1404 + }, + { + description: "Collapsed sidebar widens on warning", + issue: 1325 + }, + { + description: "Blurry font when using 2x pixel density (macOS)", + issue: 440 + }, + { + description: "Firefox Add-ons won't update", + issue: 1173 + } + ] + } ].reverse(); export function releaseNoteIsAlpha(note: ReleaseNote) {