mirror of
https://github.com/zen-browser/www.git
synced 2025-07-08 17:30:01 +02:00
fix(release-notes): remove redundant comma in media player description
This commit is contained in:
parent
72fea8b359
commit
85ebcd5b43
6 changed files with 13 additions and 23 deletions
|
@ -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')
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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'
|
||||||
|
|
|
@ -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",
|
||||||
|
|
|
@ -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!"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue