mirror of
https://github.com/zen-browser/www.git
synced 2025-07-07 17:05:32 +02:00
Release notes for 14b (#706)
This commit is contained in:
parent
11b1827784
commit
0f8325508c
3 changed files with 29 additions and 3 deletions
|
@ -2821,5 +2821,31 @@
|
||||||
"workflowId": 15668398583,
|
"workflowId": 15668398583,
|
||||||
"image": false,
|
"image": false,
|
||||||
"date": "16/06/2025"
|
"date": "16/06/2025"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"version": "1.14b",
|
||||||
|
"extra": "",
|
||||||
|
"fixes": [
|
||||||
|
"Fixed visual twitching when cancelling a drag-to-split operation.",
|
||||||
|
"Resolved an issue with tab switching when tabs overflow the toolbar."
|
||||||
|
],
|
||||||
|
"features": [
|
||||||
|
"Upgraded to Firefox 140.0.2.",
|
||||||
|
"Introduced a refreshed look and feel for the color picker.",
|
||||||
|
"Added automatic dark/light mode detection based on the browser's background.",
|
||||||
|
"Improved gradient rendering to reduce dithering artifacts.",
|
||||||
|
"Moved mods to a C++ backend for enhanced performance, stability, and caching.",
|
||||||
|
"Made workspace swiping smoother with animated background transitions and improved responsiveness.",
|
||||||
|
"Simplified the compact mode toggle: now a single button replaces the previous submenu in single-toolbar setups.",
|
||||||
|
"The Add-ons button can now be removed from the toolbar."
|
||||||
|
],
|
||||||
|
"changes": [
|
||||||
|
"Legacy customization styles are now disabled by default for new users unless a `userChrome.css` file is present.",
|
||||||
|
"New user profiles now have container-specific essentials enabled by default."
|
||||||
|
],
|
||||||
|
"security": "https://www.mozilla.org/en-US/security/advisories/mfsa2025-51/",
|
||||||
|
"workflowId": 15953789168,
|
||||||
|
"image": false,
|
||||||
|
"date": "29/06/2025"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"version": "1.12.11t",
|
"version": "xxx",
|
||||||
"extra": "This update includes some attempts at performance improvements, better workspace management and some bug fixes!",
|
"extra": "",
|
||||||
"fixes": [],
|
"fixes": [],
|
||||||
"features": []
|
"features": []
|
||||||
}
|
}
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
["This update includes a nice upgrade to workspace management and some nice fixes!", "1.13.2b"]
|
["This update includes a nice upgrade to the color picker and some nice fixes!", "1.14b"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue