fix(release-notes): remove redundant comma in media player description

This commit is contained in:
mr. m 2025-03-18 18:44:27 +01:00
parent 72fea8b359
commit 85ebcd5b43
No known key found for this signature in database
GPG key ID: 419302196C23B258
6 changed files with 13 additions and 23 deletions

View file

@ -200,7 +200,7 @@ const {
} }
const videos = document.querySelectorAll( const videos = document.querySelectorAll(
'.feature-video' '.feature-video',
) as NodeListOf<HTMLVideoElement> ) as NodeListOf<HTMLVideoElement>
videos.forEach((vid, i) => { videos.forEach((vid, i) => {
vid.removeAttribute('data-active') vid.removeAttribute('data-active')

View file

@ -16,8 +16,8 @@ const mods = (await getAllMods()) || []
<Description class="text-6xl font-bold">Zen Mods</Description> <Description class="text-6xl font-bold">Zen Mods</Description>
<Description> <Description>
Browse our diverse collection of Zen Mods, community-made plugins Browse our diverse collection of Zen Mods, community-made plugins
and themes for Zen Browser. Discover a theme to match every mood, and and themes for Zen Browser. Discover a theme to match every mood,
a plugin to fulfill every requirement. Start customizing your and a plugin to fulfill every requirement. Start customizing your
browser experience today! browser experience today!
</Description> </Description>
</div> </div>

View file

@ -23,5 +23,5 @@ export interface ReleaseNote {
isTwilight?: boolean isTwilight?: boolean
} }
export const releaseNotes: ReleaseNote[] = releaseNotesStable.reverse(); export const releaseNotes: ReleaseNote[] = releaseNotesStable.reverse()
export { default as releaseNotesTwilight } from './release-notes/twilight.json'; export { default as releaseNotesTwilight } from './release-notes/twilight.json'

View file

@ -363,9 +363,7 @@
"version": "1.0.0-a.13", "version": "1.0.0-a.13",
"date": "05/08/2024", "date": "05/08/2024",
"extra": "This is a smaller release to fix some bugs and improve some small details.\n\nIm going to try doing more frequent releases from now on, see how it goes.", "extra": "This is a smaller release to fix some bugs and improve some small details.\n\nIm going to try doing more frequent releases from now on, see how it goes.",
"features": [ "features": ["Allow to remember sidebar width even after collapsing it."],
"Allow to remember sidebar width even after collapsing it."
],
"fixes": [ "fixes": [
{ {
"description": "Task Manager Icon Missing in Flatpak Version", "description": "Task Manager Icon Missing in Flatpak Version",
@ -921,9 +919,7 @@
"image": true, "image": true,
"workflowId": 11000317603, "workflowId": 11000317603,
"extra": "This update addresses some significant issues with the previous release.\n\nWe appreciate your patience and support!", "extra": "This update addresses some significant issues with the previous release.\n\nWe appreciate your patience and support!",
"features": [ "features": ["Added a new system for handling keyboard shortcuts"],
"Added a new system for handling keyboard shortcuts"
],
"fixes": [ "fixes": [
{ {
"description": "The New Tab button is not visible", "description": "The New Tab button is not visible",
@ -980,9 +976,7 @@
"Enabled container tabs by default", "Enabled container tabs by default",
"Improved Expand Tabs on Hover layout" "Improved Expand Tabs on Hover layout"
], ],
"themeChanges": [ "themeChanges": ["Toggle inputs will not use the themed tertiary color"],
"Toggle inputs will not use the themed tertiary color"
],
"breakingChanges": [ "breakingChanges": [
"The keyboard shortcuts will be overriden by the defaults ones in this update" "The keyboard shortcuts will be overriden by the defaults ones in this update"
], ],
@ -1279,9 +1273,7 @@
"issue": 2156 "issue": 2156
} }
], ],
"breakingChanges": [ "breakingChanges": ["Removed Show Expand Button option from settings"],
"Removed Show Expand Button option from settings"
],
"themeChanges": [ "themeChanges": [
"The variable '--zen-main-browser-background' will now contain the generated gradient", "The variable '--zen-main-browser-background' will now contain the generated gradient",
"Added the 'unread' attribute for background tabs that haven't been accessed yet" "Added the 'unread' attribute for background tabs that haven't been accessed yet"
@ -1384,9 +1376,7 @@
"description": "Fixed wrong aligment on glance action buttons" "description": "Fixed wrong aligment on glance action buttons"
} }
], ],
"features": [ "features": ["No new features, sorry"]
"No new features, sorry"
]
}, },
{ {
"version": "1.0.1-a.17", "version": "1.0.1-a.17",
@ -2413,4 +2403,4 @@
"workflowId": 13926161887, "workflowId": 13926161887,
"date": "18/03/2025" "date": "18/03/2025"
} }
] ]

View file

@ -4,4 +4,4 @@
"extra": "", "extra": "",
"fixes": [], "fixes": [],
"features": [] "features": []
} }

View file

@ -1,3 +1,3 @@
[ [
"A new media player has been added to zen's sidebar with full support of Picture-in-Picture mode and passkey support for MacOS users!", "A new media player has been added to zen's sidebar with full support of Picture-in-Picture mode and passkey support for MacOS users!"
] ]