diff --git a/src/release-notes/stable.json b/src/release-notes/stable.json index 506d180..1216de8 100644 --- a/src/release-notes/stable.json +++ b/src/release-notes/stable.json @@ -363,7 +363,9 @@ "version": "1.0.0-a.13", "date": "05/08/2024", "extra": "This is a smaller release to fix some bugs and improve some small details.\n\nIm going to try doing more frequent releases from now on, see how it goes.", - "features": ["Allow to remember sidebar width even after collapsing it."], + "features": [ + "Allow to remember sidebar width even after collapsing it." + ], "fixes": [ { "description": "Task Manager Icon Missing in Flatpak Version", @@ -919,7 +921,9 @@ "image": true, "workflowId": 11000317603, "extra": "This update addresses some significant issues with the previous release.\n\nWe appreciate your patience and support!", - "features": ["Added a new system for handling keyboard shortcuts"], + "features": [ + "Added a new system for handling keyboard shortcuts" + ], "fixes": [ { "description": "The New Tab button is not visible", @@ -976,7 +980,9 @@ "Enabled container tabs by default", "Improved Expand Tabs on Hover layout" ], - "themeChanges": ["Toggle inputs will not use the themed tertiary color"], + "themeChanges": [ + "Toggle inputs will not use the themed tertiary color" + ], "breakingChanges": [ "The keyboard shortcuts will be overriden by the defaults ones in this update" ], @@ -1273,7 +1279,9 @@ "issue": 2156 } ], - "breakingChanges": ["Removed Show Expand Button option from settings"], + "breakingChanges": [ + "Removed Show Expand Button option from settings" + ], "themeChanges": [ "The variable '--zen-main-browser-background' will now contain the generated gradient", "Added the 'unread' attribute for background tabs that haven't been accessed yet" @@ -1376,7 +1384,9 @@ "description": "Fixed wrong aligment on glance action buttons" } ], - "features": ["No new features, sorry"] + "features": [ + "No new features, sorry" + ] }, { "version": "1.0.1-a.17", @@ -2446,7 +2456,9 @@ "version": "1.10.3b", "image": false, "extra": "Terribly sorry for the frequent updates, this emergency release simply updates Firefox, fixing a critical vulnerability in chromium's sandboxing system. You can read more here:\n\nhttps://cyberinsider.com/firefox-says-its-vulnerable-to-chromes-zero-day-used-in-espionage-attacks/", - "features": ["Updated Firefox to 136.0.4"], + "features": [ + "Updated Firefox to 136.0.4" + ], "workflowId": 14109635630, "date": "27/03/2025" }, @@ -2723,5 +2735,35 @@ "features": [], "workflowId": 14909673572, "date": "08/05/2025" + }, + { + "version": "1.12.4b", + "image": false, + "extra": "In this version we have added some tiny new improvements and fixed some bugs.", + "fixes": [ + "Fixed issues with toast notifications not being hidden after a timeout and displaying when they shouldn't", + { + "description": "Fixed macos close buttons being misaligned on collapsed sidebar", + "issue": 7129 + }, + { + "description": "Fixed the download animation appearing on all the windows", + "issue": 8247 + }, + { + "description": "When using Tabs on the Right, the Glance controls are on the wrong side", + "issue": 7910 + }, + "Fixed various issues with the urlbar on double toolbar mode", + "Fixed some issues with restoring the previous session" + ], + "features": [ + "Updated firefox 138.0.3", + "For macos users, dragging tabs and changing the texture for the workspace's background now provides haptic feedback (zen.haptic-feedback.enabled)", + "The 'copy current url' toast now displays a share icon (only on windows and macos)", + "The urlbar now can search through renamed pinned tabs" + ], + "workflowId": 15003870178, + "date": "14/05/2025" } -] +] \ No newline at end of file diff --git a/src/release-notes/twilight.json b/src/release-notes/twilight.json index 04c43f0..cb9cf2f 100644 --- a/src/release-notes/twilight.json +++ b/src/release-notes/twilight.json @@ -4,4 +4,4 @@ "extra": "", "fixes": [], "features": [] -} +} \ No newline at end of file