Skip to content
Open
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
4 changes: 2 additions & 2 deletions changelog/2026-06-29-browser-extension-0-13-0.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Browser Extension: Performance and Bug Fixes"
description: "The Trunk browser extension 0.13.0 ships performance improvements and bug fixes."
date: "null"
date: 2026-06-29
category: "Browser Extension"
type: "update"
---
Expand All @@ -13,4 +13,4 @@ This release focuses on making the extension faster and more reliable on GitHub
- **Performance improvements**: Reduced overhead when injecting Trunk panels into PR pages, resulting in faster initial render and lower memory usage on long-running tabs.
- **Bug fixes**: Resolved a handful of issues reported since 0.12.x, including edge cases around stale data, panel layout on smaller viewports, and intermittent failures fetching test results.

The extension auto-updates through the Chrome Web Store and Firefox Add-ons. To check your installed version, open the extension popup and look under **Settings**.
The extension auto-updates through the Chrome Web Store and Firefox Add-ons. To check your installed version, open the extension popup and look under **Settings**. See [Browser Extensions](/merge-queue/browser-extensions) for setup details.
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

### June 2026

<Update label="June 29, 2026" tags={["Browser Extension"]}>
**[Browser Extension: Performance and Bug Fixes](/changelog/2026-06-29-browser-extension-0-13-0)**

Version 0.13.0 of the Trunk browser extension ships faster panel rendering on GitHub PR pages and fixes for stale data, small-viewport layout, and test-result fetch failures.
</Update>

<Update label="June 18, 2026" tags={["Merge Queue"]}>
**[Merge Queue: Queue and Graph Tabs Now Refresh on Return](/changelog/2026-06-18-merge-queue-stale-tab-refresh-fix)**

Expand Down
2 changes: 1 addition & 1 deletion docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@
{
"group": "June",
"pages": [
"changelog/2026-06-29-browser-extension-0-13-0.mdx",
"changelog/2026-06-29-browser-extension-0-13-0",
"changelog/2026-06-18-merge-queue-stale-tab-refresh-fix",
"changelog/2026-06-17-flaky-tests-browser-extension-failure-details",
"changelog/2026-06-17-merge-queue-metrics-and-extension-updates",
Expand Down
Loading