mirror of
https://github.com/zen-browser/www.git
synced 2025-07-08 01:10:02 +02:00
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:
parent
b31b810f2d
commit
8e6b04dc98
2 changed files with 57 additions and 0 deletions
BIN
public/releases/1.0.1-a.15.png
Normal file
BIN
public/releases/1.0.1-a.15.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 719 KiB |
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue