Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions changelog/2026-08-26-browser-extension-1-0.mdx
Original file line number Diff line number Diff line change
@@ -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.

<Tip>
**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.
</Tip>

Version 1.0.0 also includes improvements to our Chrome and Firefox release infrastructure as the extension leaves beta.
6 changes: 6 additions & 0 deletions changelog/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ rss: true

### August 2026

<Update label="August 26, 2026" tags={["Merge Queue"]}>
**[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.
</Update>

<Update label="August 11, 2026" tags={["Flaky Tests"]}>
**[Flaky Tests: Asana ticketing integration](/changelog/2026-08-11-flaky-tests-asana-ticketing)**

Expand Down
1 change: 1 addition & 0 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -629,6 +629,7 @@
{
"group": "August",
"pages": [
"changelog/2026-08-26-browser-extension-1-0",
"changelog/2026-08-11-flaky-tests-asana-ticketing"
]
},
Expand Down
8 changes: 8 additions & 0 deletions merge-queue/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ og:title: "Trunk Merge Queue changelog"

## 2026

### August 2026

<Update label="August 26, 2026" tags={["Merge Queue"]}>
**[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.
</Update>

### July 2026

<Update label="July 31, 2026" tags={["Merge Queue"]}>
Expand Down
Loading