diff --git a/assets/changelog/browser-extension-1-0-submit-menu-v2.png b/assets/changelog/browser-extension-1-0-submit-menu-v2.png new file mode 100644 index 00000000..a802d4ab Binary files /dev/null and b/assets/changelog/browser-extension-1-0-submit-menu-v2.png differ diff --git a/changelog/2026-08-26-browser-extension-1-0.mdx b/changelog/2026-08-26-browser-extension-1-0.mdx new file mode 100644 index 00000000..2ebe9c09 --- /dev/null +++ b/changelog/2026-08-26-browser-extension-1-0.mdx @@ -0,0 +1,26 @@ +--- +title: "Browser Extension 1.0.0 : Out of beta" +description: "The Trunk browser extension graduates from beta with more reliable queue controls, clearer failure details, and groundwork for expanding Merge Queue beyond GitHub." +slug: "browser-extension-1-0" +date: "2026-08-26T00:00:00.000Z" +category: "Merge Queue" +type: "update" +--- + +The Trunk browser extension is graduating from beta with version 1.0.0. + +This release readies the Trunk Merge Queue experience to expand beyond GitHub. Curious about early access? [Drop us a line](/setup-and-administration/support). + +We've rebuilt the queue submission experience with clearer priority controls, regular and Direct to Queue submission, safer handling for draft PRs, and more accurate resubmission behavior. + +![The Trunk browser extension's Add to merge queue menu, with Regular priority and Direct to Queue options](/assets/changelog/browser-extension-1-0-submit-menu-v2.png) + +Queue operations are more reliable, too. Adding or removing a PR from the queue now continues even if you switch tabs while the action is in progress. + +When a PR fails, the extension shows the checks that Merge Queue actually used to make its decision, including more precise links and support for multiple failing checks. + + + **Action required for existing Chrome users:** Version 1.0.0 requests access to additional forge domains as we prepare to bring Trunk Merge Queue beyond GitHub. Chrome will disable the extension after updating and ask you to approve the new permissions. Accept the prompt to re-enable the extension. + + +Version 1.0.0 also includes improvements to our Chrome and Firefox release infrastructure as the extension leaves beta. \ No newline at end of file diff --git a/changelog/index.mdx b/changelog/index.mdx index 62b126d8..cc256507 100644 --- a/changelog/index.mdx +++ b/changelog/index.mdx @@ -8,6 +8,12 @@ rss: true ### August 2026 + + **[Browser Extension 1.0: Out of beta](/changelog/2026-08-26-browser-extension-1-0)** + + The Trunk browser extension graduates from beta with more reliable queue controls, clearer failure details, and groundwork for expanding Merge Queue beyond GitHub. + + **[Flaky Tests: Asana ticketing integration](/changelog/2026-08-11-flaky-tests-asana-ticketing)** diff --git a/docs.json b/docs.json index ba87db49..7dd87da5 100644 --- a/docs.json +++ b/docs.json @@ -629,6 +629,7 @@ { "group": "August", "pages": [ + "changelog/2026-08-26-browser-extension-1-0", "changelog/2026-08-11-flaky-tests-asana-ticketing" ] }, diff --git a/merge-queue/changelog.mdx b/merge-queue/changelog.mdx index a6593833..dd3a09b2 100644 --- a/merge-queue/changelog.mdx +++ b/merge-queue/changelog.mdx @@ -7,6 +7,14 @@ og:title: "Trunk Merge Queue changelog" ## 2026 +### August 2026 + + + **[Browser Extension 1.0: Out of beta](/changelog/2026-08-26-browser-extension-1-0)** + + The Trunk browser extension graduates from beta with more reliable queue controls, clearer failure details, and groundwork for expanding Merge Queue beyond GitHub. + + ### July 2026