docs(changelog): Chrome Extension 0.8.0 (resubmit + configurable row hiding)#209
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
Verification status (2026-06-04): Verified: customers can use this. Ready to publish.
Ready to publish. Merge #208 first (this changelog entry deep-links sections that #208 adds to |
|
Code verification (2026-06-04): 8 confirmed / 0 contradicted / 0 ambiguous / 0 unverifiable The changelog entry describes the same extension work as #208. Verified its claims against
Toggle label correction (confirmed after fix)File: expect(mergingBlocked?.name).toBe("Merging is blocked");
expect(branchOutOfDate?.name).toBe("Branch out of date");
expect(botComments?.name).toBe("Trunk (bot) GitHub Comments");Reasoning: The first draft labeled the third toggle "Trunk bot comments". The on-screen label is "Trunk (bot) GitHub Comments". Corrected in the docs PR so the bold label matches the UI exactly, per the nav/UI standard. The other two toggle labels already matched source. "Cancelled by <actor>" format (confirmed)File: ).toBe("Cancelled by eli");
// ...
it("falls back to cancelled by user when no actor is available", () => {
).toBe("Cancelled by user");Reasoning: The panel renders "Cancelled by <actor>" using the cancelling user when available, falling back to "Cancelled by user". The docs example "Cancelled by alice" matches the format. Conflict-row exception (confirmed)File: "this branch has conflicts that must be resolved";
const RESOLVE_CONFLICTS_CONTROL_SNIPPET = "resolve conflicts";Reasoning: The "Branch out of date" toggle hides only the informational conflicts row. Rows with "must be resolved" copy or a "Resolve conflicts" control are kept visible, exactly as the docs state. |
|
Added a second commit ( |
…hiding) Single 0.8.0 changelog entry covering both shipped features (trunk2 #4042 resubmit/terminal states, #4075 row hiding). Replaces the duplicate draft entries in PRs #204 and #180. Nav wired via scripts/sync-changelog.py (docs.json, changelog/index.mdx, merge-queue/changelog.mdx). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
trunk-staging-io is an internal-only bot account customers never see, so it does not belong in a customer-facing changelog. Only trunk-io is relevant. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…n intro The intro line ended with an errant `\\` hard-line-break artifact that rendered a visible backslash. Removed. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
4412801 to
66a99aa
Compare
Real capture of the extension popup Hide rows card (three toggles, scrub-clean no repo/PR data). Wired into the Configuring row hiding section of merge-queue/chrome-extension.mdx and into the 0.8.0 changelog entry. Changelog copy lives under assets/changelog/ per the changelog asset convention. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Ran the image through an optimizer; synced both the docs-page and changelog copies to the optimized version. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
The changelog half of the Chrome Extension 0.8.0 work (TRUNK-18467). One entry covering both shipped features.
merge-queue/chrome-extension.mdx(#resubmit-after-failure-or-cancellationand#configuring-row-hiding), so those anchors only resolve once #208 lands.What's here
changelog/2026-06-04-merge-queue-chrome-extension-0-8-0.mdxcovering:scripts/sync-changelog.py, not hand-edited:docs.json,changelog/index.mdx,merge-queue/changelog.mdx.--checkis clean.Replaces
The duplicate draft changelog entries in #204 (
2026-06-03-...) and #180 (2026-06-02-...), which created two posts for the same release. Both should be closed once this and #208 land.Source: trunk2 #4042 (resubmit/terminal states), #4075 (row hiding). Extension published as 0.8.0 on 2026-06-04.
🤖 Generated with Claude Code