V15 release notes (#281)

* v15

* Add files via upload

* oops

* Update release notes to include detailed description of Zen Glance feature and Firefox update

* Update release notes to include new toolbar/sidebar color preferences and workspace-theme accent color support

---------

Co-authored-by: mr. m  🤙 <91018726+mauro-balades@users.noreply.github.com>
This commit is contained in:
nitro 2024-10-30 23:15:03 +01:00 committed by GitHub
parent b31b810f2d
commit 8e6b04dc98
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 57 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 719 KiB

View file

@ -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) {