diff --git a/changelog/2026-06-29-browser-extension-0-13-0.mdx b/changelog/2026-06-29-browser-extension-0-13-0.mdx index 3debfadb..bdc11e88 100644 --- a/changelog/2026-06-29-browser-extension-0-13-0.mdx +++ b/changelog/2026-06-29-browser-extension-0-13-0.mdx @@ -1,16 +1,18 @@ --- -title: "Browser Extension : Performance and bug fixes" -description: "The Trunk browser extension 0.13.0 ships performance improvements and bug fixes." -date: "null" -category: "Browser Extension" -type: "update" +title: "Browser Extension: Performance Improvements and Bug Fixes (0.13.0)" +description: "Version 0.13.0 of the Trunk browser extension ships faster panel rendering on GitHub PR pages and fixes for stale data, layout, and test-results loading." +date: 2026-06-29 +category: Browser Extension +type: update --- **Version 0.13.0 of the Trunk browser extension is now available with performance improvements and bug fixes.** This release focuses on making the extension faster and more reliable on GitHub pull request pages: -- **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. +- **Faster panel rendering**: Reduced overhead when injecting Trunk panels into PR pages, so the initial render is quicker and long-running tabs use less memory. +- **Bug fixes**: Resolved issues reported since 0.12.x, including stale data edge cases, 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**. \ No newline at end of file +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**. + +[Read the docs](/merge-queue/browser-extensions) for more on the browser extension and its settings. diff --git a/changelog/index.mdx b/changelog/index.mdx index 2b9475b3..a142ee75 100644 --- a/changelog/index.mdx +++ b/changelog/index.mdx @@ -8,6 +8,12 @@ rss: true ### June 2026 + + **[Browser Extension: Performance Improvements and Bug Fixes (0.13.0)](/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, layout, and test-results loading. + + **[Merge Queue: Queue and Graph Tabs Now Refresh on Return](/changelog/2026-06-18-merge-queue-stale-tab-refresh-fix)** diff --git a/docs.json b/docs.json index 641ccd6e..37e3fce6 100644 --- a/docs.json +++ b/docs.json @@ -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",