Skip to content

Commit 8310e41

Browse files
authored
feat: update release notes for version 1.17t with new fixes and enhan… (#804)
* feat: update release notes for version 1.17t with new fixes and enhanced user experience * feat: add release notes for version 1.17b
1 parent a034135 commit 8310e41

File tree

3 files changed

+37
-12
lines changed

3 files changed

+37
-12
lines changed

src/release-notes/stable.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3161,5 +3161,38 @@
31613161
"workflowId": 18345238906,
31623162
"image": false,
31633163
"date": "08/10/2025"
3164+
},
3165+
{
3166+
"version": "1.17b",
3167+
"extra": "",
3168+
"security": "https://www.mozilla.org/en-US/security/advisories/mfsa2025-81/",
3169+
"fixes": [
3170+
"Fixed the urlbar not opening in fullscreen mode",
3171+
"Fixed performance for macos users when using transparency on the window",
3172+
"Other fixes with compact mode on double toolbar mode",
3173+
{
3174+
"description": "Fixed issues with 'Firefox Multiaccount Containers' extension freezing Zen",
3175+
"issue": 10666
3176+
},
3177+
"Fixed slow split view switching and scroll positions not being remembered",
3178+
"Various stability and performance fixes for glance"
3179+
],
3180+
"features": [
3181+
"Updated to Firefox 144.0",
3182+
"New unified panel to show site permissions, security, add-ons, quick actions and more to de-clutter the address bar.",
3183+
"Added toolbar button to quickly toggle compact mode",
3184+
"Improved glance animations to make it feel like the element is being lifted off the page",
3185+
"Added an urlbar button to quickly copy the current page url",
3186+
"Zen will now start using the new MacOS Tahoe look and feel",
3187+
"The operating system accent color will now be used instead of the default orange color when there's no browser theme applied"
3188+
],
3189+
"changes": [
3190+
"On double toolbar mode, compact mode will have a new UI, where it overlays the web view instead of sliding like the sidebar",
3191+
"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",
3192+
"For enhanced privacy, 'Copy current page url' button will not copy tracking parameters by default"
3193+
],
3194+
"workflowId": 18636138131,
3195+
"image": false,
3196+
"date": "19/10/2025"
31643197
}
31653198
]

src/release-notes/twilight.json

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
{
2-
"version": "1.17t",
2+
"version": "xxx",
33
"extra": "",
4-
"fixes": ["Fixed the urlbar not opening in fullscreen mode"],
5-
"features": [
6-
"Updated to Firefox 144.0",
7-
"New unified panel to show site permissions, security, add-ons, quick actions and more to de-clutter the address bar.",
8-
"Added toolbar button to quickly toggle compact mode",
9-
"Improved glance animations to make it feel like the element is being lifted off the page"
10-
],
11-
"changes": [
12-
"On double toolbar mode, entering on compact mode will move the buttons at the sidebar to the top toolbar"
13-
]
4+
"fixes": [],
5+
"features": []
146
}

src/release-notes/whats-new.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[
2-
"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."
2+
"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!"
33
]

0 commit comments

Comments
 (0)