Skip to content

Commit 6706db7

Browse files
authored
Merge branch 'zen-browser:main' into fix_markup
2 parents 0dc7a64 + cc90c0c commit 6706db7

File tree

2 files changed

+28
-3
lines changed

2 files changed

+28
-3
lines changed

src/release-notes/stable.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3144,5 +3144,22 @@
31443144
"workflowId": 18238451297,
31453145
"image": false,
31463146
"date": "03/10/2025"
3147+
},
3148+
{
3149+
"version": "1.16.4b",
3150+
"extra": "",
3151+
"fixes": [
3152+
"Fixed wrong version of ffmpeg being used for AUR users.",
3153+
"Fixed a bug where compact mode wouldn't hide",
3154+
"Fixed poor performance when the media controller is shown.",
3155+
"Fixed hang when having 'switch space automatically' enabled and using automatic container add-ons."
3156+
],
3157+
"features": [
3158+
"Added support for a 'unload space' context menu item to unload all tabs in a space.",
3159+
"Added an about:config to limit the number of essentials (zen.tabs.essentials.max) and to prevent compact mode from hiding the borders in fullscreen (zen.view.borderless-fullscreen)."
3160+
],
3161+
"workflowId": 18345238906,
3162+
"image": false,
3163+
"date": "08/10/2025"
31473164
}
31483165
]

src/release-notes/twilight.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
{
2-
"version": "xxx",
2+
"version": "1.17t",
33
"extra": "",
4-
"fixes": [],
5-
"features": []
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+
]
614
}

0 commit comments

Comments
 (0)