From 9bd2bc8fb17eca82e9c1c65362c72c85a3817c09 Mon Sep 17 00:00:00 2001 From: "mr. M" Date: Thu, 2 Jan 2025 11:38:46 +0100 Subject: [PATCH] fix: update release notes to include fix for opening home page instead of new tab when closing last workspace tab --- src/release-notes/twilight.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/release-notes/twilight.json b/src/release-notes/twilight.json index d90d109..64d5c8e 100644 --- a/src/release-notes/twilight.json +++ b/src/release-notes/twilight.json @@ -65,6 +65,10 @@ "description": "Fixed extension Pin to Toolbar overlayed with gtk theme toggle", "issue": 1934 }, + { + "description": "Fixed opening home page instead of newtab when closing the last workspace tab", + "issue": 3201 + }, "Fixed essential icon not appearing on the context menu", "Fixed accessibility issues on some native links", "Fixed windows 11 titlebar looking weird when having a custom accent color",