From 3653e7d717f782fe0ab4cd0e6a7c2425760560a6 Mon Sep 17 00:00:00 2001 From: "mr. m" Date: Thu, 9 Apr 2026 01:07:45 +0200 Subject: [PATCH] feat: add release notes for version 1.19.8b with fixes and changes --- src/release-notes/stable.json | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/src/release-notes/stable.json b/src/release-notes/stable.json index 39ded6e2..15af33ad 100644 --- a/src/release-notes/stable.json +++ b/src/release-notes/stable.json @@ -1795,7 +1795,7 @@ "issue": 3269 }, { - "description": "Fixed wrong firefox version when using extensions API, therefor breaking some extensions", + "description": "Fixed wrong firefox version when using extensions API, therefore breaking some extensions", "issue": 1366 } ], @@ -3828,5 +3828,27 @@ "workflowId": 24104826155, "image": false, "date": "07/04/2026" + }, + { + "version": "1.19.8b", + "extra": "Please see the 1.19.7b release for more details on the fixes included in this release.", + "fixes": [ + { + "description": "Fixed some animations inside Zen not respecting the 'reduce motion' system setting", + "issue": 13140 + }, + { + "description": "Fixed compact mode not hiding the sidebar or toolbar when a site has permissions disabled", + "issue": 13121 + }, + "Fixed accessibility issues with some toolbars such as 'find on page' in private windows" + ], + "changes": [ + "Modified sidebar context menu to be more intuitive and simplified, removing some options and moving others to more appropriate places.", + "Live folders option has been moved to the sidebar context menu" + ], + "workflowId": 70497878213, + "image": false, + "date": "09/04/2026" } ]