diff --git a/public/releases/1.0.1-a.15.png b/public/releases/1.0.1-a.15.png new file mode 100644 index 0000000..9da7c05 Binary files /dev/null and b/public/releases/1.0.1-a.15.png differ diff --git a/src/lib/release-notes.ts b/src/lib/release-notes.ts index fd7e42b..4900a43 100644 --- a/src/lib/release-notes.ts +++ b/src/lib/release-notes.ts @@ -1400,6 +1400,63 @@ export const releaseNotes: ReleaseNote[] = [ "Added a confirmation dialog when the gradient generator has successfully saved the gradient", ], }, + { + version: "1.0.1-a.15", + date: "31/10/2024", + image: true, + workflowId: 11600705444, + extra: + "This release introduces Zen Glance, a new convenient way to preview links!\n\nZen Glance allows you to open a link preview in a small window, without leaving the current page. This feature is perfect for quickly checking links without losing your place.\n\nWe've also updated to the latest stable version of Firefox (what a mess, everything got broken!), and we can already start to see some early stages of tab groups!\n\nStart using Zen Glance today my 'ctrl+clic' or 'alt+click' on macos on any link and experience this new way of browsing!", + fixes: [ + { + description: "Fixed gradient theme not applying to sidebar using expand on hover", + issue: 2360, + }, + { + description: "Fixed color picker not being responsive to cursor", + issue: 2350, + }, + { + description: "Fixed toolbar not using gradient colors when in compact mode", + }, + { + description: "Fixed display issue with titlebar buttons (macOS)", + }, + { + description: "Allow installing unsigned Firefox addons", + issue: 2258 + }, + { + description: "Fixed glitch when quickly moving multiple tabs", + }, + { + description: "Fixed website permission popups not displaying", + issue: 2093, + }, + { + description: "Fixed connection errors when using OCSP" + }, + { + description: "Possibly fixed blurry font", + issue: 2375, + }, + { + description: "Fixed workspace button moving on hover if not shown as strip", + issue: 2413, + }, + ], + breakingChanges: [ + "Changed the default layout of the customizable UI buttons", + ], + features: [ + "Added Zen Glance!", + "Updated to the latest stable version of Firefox (132.0)", + "Enabled Captive Portal Detection by default", + "Added polyhedral optimizations to macOS builds", + "Added preferences to allow having toolbar/sidebar colored with background color, independently", + "Added support for workspace-theme specific accent colors", + ], + }, ].reverse(); export function releaseNoteIsAlpha(note: ReleaseNote) {