mirror of
https://github.com/zen-browser/www.git
synced 2025-07-08 17:30:01 +02:00
Merge branch 'main' into pr/j14i/657-1
This commit is contained in:
commit
3a679dfe32
8 changed files with 102 additions and 23 deletions
2
.github/CODEOWNERS
vendored
2
.github/CODEOWNERS
vendored
|
@ -1 +1 @@
|
|||
* @mauro-balades
|
||||
* @mauro-valades
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 22 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -161,7 +161,7 @@
|
|||
"members": {
|
||||
"browser": {
|
||||
"mauro": {
|
||||
"name": "Mauro B.",
|
||||
"name": "Mauro V.",
|
||||
"description": "Creator, Main Developer",
|
||||
"link": "https://cheff.dev/"
|
||||
},
|
||||
|
|
|
@ -31,7 +31,10 @@
|
|||
"version": "1.0.0-a.2",
|
||||
"date": "12/07/2024",
|
||||
"extra": "This release is the second alpha release of the 1.0.0-alpha series. It includes a lot of bug fixes and improvements given the feedback we received from the first alpha release. This release is still not considered stable, but it's a big step towards the first stable release.",
|
||||
"features": ["Added support for macOS aarch64!", "Some performance improvements"],
|
||||
"features": [
|
||||
"Added support for macOS aarch64!",
|
||||
"Some performance improvements"
|
||||
],
|
||||
"fixes": [
|
||||
{
|
||||
"description": "Fixed rounded corners of browser views for some websites",
|
||||
|
@ -46,13 +49,18 @@
|
|||
"issue": 50
|
||||
}
|
||||
],
|
||||
"breakingChanges": ["Removed support window's stub installer. It's under development."]
|
||||
"breakingChanges": [
|
||||
"Removed support window's stub installer. It's under development."
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "1.0.0-a.3",
|
||||
"date": "14/07/2024",
|
||||
"extra": "This release is the third alpha release of the 1.0.0-alpha series. One big feature of this release is the new workspaces feature. This feature allows you to create different workspaces with different tabs and configurations. This release also includes a lot of bug fixes and improvements.",
|
||||
"features": ["Added support for workspaces (Experimental)", "Better support for macOS aarch64"],
|
||||
"features": [
|
||||
"Added support for workspaces (Experimental)",
|
||||
"Better support for macOS aarch64"
|
||||
],
|
||||
"fixes": [
|
||||
{
|
||||
"description": "Fixed subwindows not being displayed correctly",
|
||||
|
@ -254,7 +262,9 @@
|
|||
"issue": 89
|
||||
}
|
||||
],
|
||||
"breakingChanges": ["Changed the ID for flatpak to io.github.zen_browser.zen"]
|
||||
"breakingChanges": [
|
||||
"Changed the ID for flatpak to io.github.zen_browser.zen"
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "1.0.0-a.11",
|
||||
|
@ -300,7 +310,9 @@
|
|||
"issue": 124
|
||||
}
|
||||
],
|
||||
"breakingChanges": ["Changed the ID for AppImage to io.github.zen_browser.zen"]
|
||||
"breakingChanges": [
|
||||
"Changed the ID for AppImage to io.github.zen_browser.zen"
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "1.0.0-a.12",
|
||||
|
@ -351,7 +363,9 @@
|
|||
"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",
|
||||
|
@ -889,7 +903,10 @@
|
|||
"description": "Fixed Mods not being applied to every single window opened"
|
||||
}
|
||||
],
|
||||
"breakingChanges": ["Removed Galaxy and Dream mods", "Removed the 'legacy-toolbar' preference"],
|
||||
"breakingChanges": [
|
||||
"Removed Galaxy and Dream mods",
|
||||
"Removed the 'legacy-toolbar' preference"
|
||||
],
|
||||
"themeChanges": [
|
||||
"Themes will now be able to have string and number values",
|
||||
"The configuration schema for mods has been updated. All current mods have been updated automatically."
|
||||
|
@ -900,7 +917,9 @@
|
|||
"date": "23/09/2024",
|
||||
"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",
|
||||
|
@ -955,7 +974,9 @@
|
|||
"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 overridden by the defaults ones in this update"
|
||||
],
|
||||
|
@ -1245,7 +1266,9 @@
|
|||
"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"
|
||||
|
@ -1317,7 +1340,9 @@
|
|||
"issue": 2413
|
||||
}
|
||||
],
|
||||
"breakingChanges": ["Changed the default layout of the customizable UI buttons"],
|
||||
"breakingChanges": [
|
||||
"Changed the default layout of the customizable UI buttons"
|
||||
],
|
||||
"features": [
|
||||
"Added Zen Glance!",
|
||||
"Updated to the latest stable version of Firefox (132.0)",
|
||||
|
@ -2261,7 +2286,9 @@
|
|||
"Fixed pinning a tab adding them to the essentials container",
|
||||
"Other small fixes for compact mode not animating properly"
|
||||
],
|
||||
"features": ["localhost and http URL will no longer be trimmed in single toolbar layout"],
|
||||
"features": [
|
||||
"localhost and http URL will no longer be trimmed in single toolbar layout"
|
||||
],
|
||||
"workflowId": 13530880093,
|
||||
"date": "25/02/2025"
|
||||
},
|
||||
|
@ -2384,7 +2411,9 @@
|
|||
{
|
||||
"version": "1.10.3b",
|
||||
"extra": "Terribly sorry for the frequent updates, this emergency release simply updates Firefox, fixing a critical vulnerability in chromium's sandboxing system. You can read more here:\n\n<a href='https://cyberinsider.com/firefox-says-its-vulnerable-to-chromes-zero-day-used-in-espionage-attacks/'>https://cyberinsider.com/firefox-says-its-vulnerable-to-chromes-zero-day-used-in-espionage-attacks/</a>",
|
||||
"features": ["Updated Firefox to 136.0.4"],
|
||||
"features": [
|
||||
"Updated Firefox to 136.0.4"
|
||||
],
|
||||
"workflowId": 14109635630,
|
||||
"date": "27/03/2025"
|
||||
},
|
||||
|
@ -2684,7 +2713,10 @@
|
|||
{
|
||||
"version": "1.12.5b",
|
||||
"extra": "",
|
||||
"fixes": ["A weird shadow with the URL bar.", "'All tabs' button appearing unexpectedly."],
|
||||
"fixes": [
|
||||
"A weird shadow with the URL bar.",
|
||||
"'All tabs' button appearing unexpectedly."
|
||||
],
|
||||
"features": [],
|
||||
"workflowId": 15024223699,
|
||||
"date": "14/05/2025"
|
||||
|
@ -2706,7 +2738,9 @@
|
|||
"Updated to Firefox 138.0.4",
|
||||
"Better compact mode support for multiple toolbars."
|
||||
],
|
||||
"knownIssues": ["Selecting a tab on private mode doesn't scroll to make the tab visible."],
|
||||
"knownIssues": [
|
||||
"Selecting a tab on private mode doesn't scroll to make the tab visible."
|
||||
],
|
||||
"themeChanges": [
|
||||
"Changed the layout of workspaces and their icons internally to provide a more stable layout that doesn't require floating elements. We finally managed to get it to how we wanted it to be, so it will change less in the future."
|
||||
],
|
||||
|
@ -2725,7 +2759,9 @@
|
|||
"Double-clicking on the tab strip not opening a new tab.",
|
||||
"Dragging tabs with Glance open acting weird."
|
||||
],
|
||||
"features": ["A much better transition between workspaces gradients."],
|
||||
"features": [
|
||||
"A much better transition between workspaces gradients."
|
||||
],
|
||||
"workflowId": 15164169941,
|
||||
"image": false,
|
||||
"date": "21/05/2025"
|
||||
|
@ -2738,7 +2774,9 @@
|
|||
"Site notifications not appearing unless hovering on the top part of the screen.",
|
||||
"Some issues when using Glance and split view simultaneously."
|
||||
],
|
||||
"features": ["Private windows will now have 'private spaces'"],
|
||||
"features": [
|
||||
"Private windows will now have 'private spaces'"
|
||||
],
|
||||
"workflowId": 15193769814,
|
||||
"image": false,
|
||||
"date": "23/05/2025"
|
||||
|
@ -2781,5 +2819,49 @@
|
|||
"workflowId": 15372237282,
|
||||
"image": false,
|
||||
"date": "01/06/2025"
|
||||
},
|
||||
{
|
||||
"version": "1.13b",
|
||||
"extra": "This update includes overall fixes, stability and a new way to manage spaces",
|
||||
"fixes": [
|
||||
"Fixed issues related to glance and split view",
|
||||
"Fixed performance issues and high GPU usage for some users",
|
||||
"Other small fixes and improvements"
|
||||
],
|
||||
"security": "https://www.mozilla.org/en-US/security/advisories/mfsa2025-47/",
|
||||
"features": [
|
||||
"There's a new way to manage spaces, which brings a more intuitive and user-friendly experience",
|
||||
"Updated to firefox 139.0.4",
|
||||
"Added support for google safebrowsing for better security",
|
||||
"Collapsed toolbar gets a slight UI redesign"
|
||||
],
|
||||
"breakingChanges": [
|
||||
"Customizable UI buttons at the bottom has been reset to a new default state"
|
||||
],
|
||||
"workflowId": 15630968997,
|
||||
"image": false,
|
||||
"date": "13/06/2025"
|
||||
},
|
||||
{
|
||||
"version": "1.13.1b",
|
||||
"extra": "",
|
||||
"fixes": [
|
||||
"Small fixes from the previous release."
|
||||
],
|
||||
"features": [],
|
||||
"workflowId": 15656297661,
|
||||
"image": false,
|
||||
"date": "15/06/2025"
|
||||
},
|
||||
{
|
||||
"version": "1.13.2b",
|
||||
"extra": "",
|
||||
"fixes": [],
|
||||
"features": [
|
||||
"Show spaces when right clicking on the workspace indicator"
|
||||
],
|
||||
"workflowId": 15668398583,
|
||||
"image": false,
|
||||
"date": "16/06/2025"
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,4 +1 @@
|
|||
[
|
||||
"This update includes some cool new features and fixes! Starting with comunity made Mods improvements and animations, and a new way to store your essentials for workspaces in different containers!",
|
||||
"1.12.5b"
|
||||
]
|
||||
["This update includes a nice upgrade to workspace management and some nice fixes!", "1.13.2b"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue