diff --git a/src/release-notes/stable.json b/src/release-notes/stable.json index 5a9bdf8..b92d83f 100644 --- a/src/release-notes/stable.json +++ b/src/release-notes/stable.json @@ -2821,5 +2821,31 @@ "workflowId": 15668398583, "image": false, "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" } ] diff --git a/src/release-notes/twilight.json b/src/release-notes/twilight.json index f0ac5cc..9b790ad 100644 --- a/src/release-notes/twilight.json +++ b/src/release-notes/twilight.json @@ -1,6 +1,6 @@ { - "version": "1.12.11t", - "extra": "This update includes some attempts at performance improvements, better workspace management and some bug fixes!", + "version": "xxx", + "extra": "", "fixes": [], "features": [] }