Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions src/release-notes/stable.json
Original file line number Diff line number Diff line change
Expand Up @@ -3161,5 +3161,38 @@
"workflowId": 18345238906,
"image": false,
"date": "08/10/2025"
},
{
"version": "1.17b",
"extra": "",
"security": "https://www.mozilla.org/en-US/security/advisories/mfsa2025-81/",
"fixes": [
"Fixed the urlbar not opening in fullscreen mode",
"Fixed performance for macos users when using transparency on the window",
"Other fixes with compact mode on double toolbar mode",
{
"description": "Fixed issues with 'Firefox Multiaccount Containers' extension freezing Zen",
"issue": 10666
},
"Fixed slow split view switching and scroll positions not being remembered",
"Various stability and performance fixes for glance"
],
"features": [
"Updated to Firefox 144.0",
"New unified panel to show site permissions, security, add-ons, quick actions and more to de-clutter the address bar.",
"Added toolbar button to quickly toggle compact mode",
"Improved glance animations to make it feel like the element is being lifted off the page",
"Added an urlbar button to quickly copy the current page url",
"Zen will now start using the new MacOS Tahoe look and feel",
"The operating system accent color will now be used instead of the default orange color when there's no browser theme applied"
],
"changes": [
"On double toolbar mode, compact mode will have a new UI, where it overlays the web view instead of sliding like the sidebar",
"Hovering over the window captions on windows/linux or double toolbar in compact mode will stop pushing the web view down, instead it will overlay it",
"For enhanced privacy, 'Copy current page url' button will not copy tracking parameters by default"
],
"workflowId": 18636138131,
"image": false,
"date": "19/10/2025"
}
]
14 changes: 3 additions & 11 deletions src/release-notes/twilight.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
{
"version": "1.17t",
"version": "xxx",
"extra": "",
"fixes": ["Fixed the urlbar not opening in fullscreen mode"],
"features": [
"Updated to Firefox 144.0",
"New unified panel to show site permissions, security, add-ons, quick actions and more to de-clutter the address bar.",
"Added toolbar button to quickly toggle compact mode",
"Improved glance animations to make it feel like the element is being lifted off the page"
],
"changes": [
"On double toolbar mode, entering on compact mode will move the buttons at the sidebar to the top toolbar"
]
"fixes": [],
"features": []
}
2 changes: 1 addition & 1 deletion src/release-notes/whats-new.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[
"This update focuses on the URL bar, letting you open extensions and switch spaces by typing their names, with a redesigned interface for clearer, richer results. It also adds smoother transitions, improved split view creation, and general performance fixes."
"This update focuses on enhancing user experience and general polishing. You can now start using the new Site Control Center to manage site permissions, security settings, and add-ons all in one place. We've also added a quick toggle button for compact mode on the toolbar for easier access along with other nice quality of life improvements!"
]