From 636954fba61c05f26e01da11992d4ef68daf9c38 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 20:53:57 +0000 Subject: [PATCH] docs: add weekly changelog summary for June 22-29, 2026 --- changelog/2026-06-29-weekly-summary.mdx | 19 +++++++++++++++++++ changelog/index.mdx | 6 ++++++ 2 files changed, 25 insertions(+) create mode 100644 changelog/2026-06-29-weekly-summary.mdx diff --git a/changelog/2026-06-29-weekly-summary.mdx b/changelog/2026-06-29-weekly-summary.mdx new file mode 100644 index 0000000..cfdb003 --- /dev/null +++ b/changelog/2026-06-29-weekly-summary.mdx @@ -0,0 +1,19 @@ +--- +title: "This Week at Trunk: June 22–29, 2026" +description: "A roundup of what shipped this week across Trunk products." +date: "2026-06-29" +category: "Merge Queue" +type: "update" +--- + +**Here's a quick recap of what shipped this week.** + +## Updates + +- **[Browser Extension 0.13.0: Performance improvements](/changelog/2026-06-29-browser-extension-0-13-0)** — The Trunk [browser extension](/merge-queue/browser-extensions) is faster and lighter on long-running GitHub pull request tabs, with reduced overhead when injecting Trunk panels and lower memory usage on big PR pages. + +## Bug fixes + +- **[Browser Extension 0.13.0: Reliability fixes](/changelog/2026-06-29-browser-extension-0-13-0)** — Resolved 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. See the full [browser extension docs](/merge-queue/browser-extensions) for setup and admin controls. diff --git a/changelog/index.mdx b/changelog/index.mdx index 0663e35..464999a 100644 --- a/changelog/index.mdx +++ b/changelog/index.mdx @@ -8,6 +8,12 @@ rss: true ### June 2026 + + **[This Week at Trunk: June 22–29, 2026](/changelog/2026-06-29-weekly-summary)** + + A roundup of what shipped this week across Trunk products. + + **[Browser Extension: Performance and bug fixes](/changelog/2026-06-29-browser-extension-0-13-0)**