diff --git a/src/release-notes/stable.json b/src/release-notes/stable.json index 7a8e3824..fa9dbb2a 100644 --- a/src/release-notes/stable.json +++ b/src/release-notes/stable.json @@ -3614,5 +3614,33 @@ "workflowId": 22245081530, "image": false, "date": "21/02/2026" + }, + { + "version": "1.19b", + "extra": "This update includes a new feature that allows you to automatically fill your folders with opened GitHub issues, pull requests or RSS feeds. To add a live folder, click the + button in the sidebar and select 'Live Folder'.\n\nLet us know what other live folder types you would like to see in the future!", + "fixes": [ + "Fixed private mode windows having dark text on dark background in the sidebar.", + "Fixed popup windows not showing at all on certain occasions.", + "Other bug fixes and performance improvements." + ], + "features": [ + "Updated to Firefox 148.0", + "Added live folders. Automatically fill your folders with opened GitHub issues, pull requests or RSS feeds. To add a live folder, click the + button in the sidebar and select 'Live Folder'.", + "Dragging a tab on top of another tab for one second will now allow the option to split those tabs.", + "MacOS users now get to use native popover UI, making the experience more consistent with the rest of the operating system.", + "Improved the icon picker for folders, tabs, etc. It now let you select icons without closing the picker.", + "Pressing the \"Un-split\" button while holding shift will not focus the un-split tab, allowing you to stay in the current split view." + ], + "changes": [ + "Bluring the window will no longer close the urlbar if its open.", + "Emojis at the space switcher will now be larger and more visible." + ], + "themeChanges": [ + "Removed the `-zen-window-transform-origin` CSS attribute as it is not needed anymore" + ], + "security": "https://www.mozilla.org/en-US/security/advisories/mfsa2026-13/", + "workflowId": 22518892421, + "image": false, + "date": "27/02/2026" } ] diff --git a/src/release-notes/twilight.json b/src/release-notes/twilight.json index 417a6580..2464410a 100644 --- a/src/release-notes/twilight.json +++ b/src/release-notes/twilight.json @@ -1,19 +1,8 @@ { - "version": "1.19t", + "version": "1.20t", "extra": "", - "fixes": [ - "Fixed private mode windows having dark text on dark background in the sidebar.", - "Other bug fixes and performance improvements." - ], + "fixes": [], "features": [ - "Added live folders. Automatically fill your folders with opened GitHub issues, pull requests or RSS feeds. To add a live folder, click the + button in the sidebar and select 'Live Folder'.", - "Dragging a tab on top of another tab for one second will now allow the option to split those tabs.", - "Overflowing web extensions will now appear below the urlbar instead of being added back into the site control panel. This only happens in single-sidebar mode.", - "MacOS users now get to use native popover UI, making the experience more consistent with the rest of the operating system.", - "Improved the icon picker for folders, tabs, etc. It now let you select icons without closing the picker." - ], - "changes": [ - "Bluring the window will no longer close the urlbar if its open.", - "Emojis at the space switcher will now be larger and more visible." + "Overflowing web extensions will now appear below the urlbar instead of being added back into the site control panel. This only happens in single-sidebar mode." ] } diff --git a/src/release-notes/whats-new.json b/src/release-notes/whats-new.json index 3fda0a2c..96339695 100644 --- a/src/release-notes/whats-new.json +++ b/src/release-notes/whats-new.json @@ -1,4 +1,4 @@ [ - "This update includes window sync and other nice improvements! Window sync is a way to keep your windows organized across multiple monitors. If you want a blank window, you can do so by using opt+cmd+N (for mac), ctrl+alt+N (for linux) and alt+N (for windows). Enjoy!\n\nYou can read more about window sync in our documentation here", - "1.18.4b" + "This update includes a new feature that allows you to automatically fill your folders with opened GitHub issues, pull requests or RSS feeds. To add a live folder, click the + button in the sidebar and select 'Live Folder'.", + "" ]