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(
'.feature-video'
'.feature-video',
) as NodeListOf<HTMLVideoElement>
videos.forEach((vid, i) => {
vid.removeAttribute('data-active')

View file

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

View file

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

View file

@ -363,9 +363,7 @@
"version": "1.0.0-a.13",
"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.",
"features": [
"Allow to remember sidebar width even after collapsing it."
],
"features": ["Allow to remember sidebar width even after collapsing it."],
"fixes": [
{
"description": "Task Manager Icon Missing in Flatpak Version",
@ -921,9 +919,7 @@
"image": true,
"workflowId": 11000317603,
"extra": "This update addresses some significant issues with the previous release.\n\nWe appreciate your patience and support!",
"features": [
"Added a new system for handling keyboard shortcuts"
],
"features": ["Added a new system for handling keyboard shortcuts"],
"fixes": [
{
"description": "The New Tab button is not visible",
@ -980,9 +976,7 @@
"Enabled container tabs by default",
"Improved Expand Tabs on Hover layout"
],
"themeChanges": [
"Toggle inputs will not use the themed tertiary color"
],
"themeChanges": ["Toggle inputs will not use the themed tertiary color"],
"breakingChanges": [
"The keyboard shortcuts will be overriden by the defaults ones in this update"
],
@ -1279,9 +1273,7 @@
"issue": 2156
}
],
"breakingChanges": [
"Removed Show Expand Button option from settings"
],
"breakingChanges": ["Removed Show Expand Button option from settings"],
"themeChanges": [
"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"
@ -1384,9 +1376,7 @@
"description": "Fixed wrong aligment on glance action buttons"
}
],
"features": [
"No new features, sorry"
]
"features": ["No new features, sorry"]
},
{
"version": "1.0.1-a.17",
@ -2413,4 +2403,4 @@
"workflowId": 13926161887,
"date": "18/03/2025"
}
]
]

View file

@ -4,4 +4,4 @@
"extra": "",
"fixes": [],
"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!"
]