Skip to content

Add April 2026 changelog#101

Open
mintlify[bot] wants to merge 1 commit intoproductionfrom
mintlify/changelog-april-2026-1775434145
Open

Add April 2026 changelog#101
mintlify[bot] wants to merge 1 commit intoproductionfrom
mintlify/changelog-april-2026-1775434145

Conversation

@mintlify
Copy link
Copy Markdown

@mintlify mintlify bot commented Apr 6, 2026

Summary

  • Adds the April 2026 changelog entry covering sandbox mode, revamped login page, and ARM64 Docker support for macOS self-hosting
  • Creates the changelog.mdx page (previously only existed on an unmerged branch) with both March and April 2026 entries
  • Adds the Changelog tab and navigation anchor to docs.json

Greptile Summary

This PR adds the changelog.mdx documentation page covering April and March 2026 entries, and wires it into Mintlify navigation via a new Changelog tab and global anchor in docs.json. The changes are documentation-only with no code impact.

Confidence Score: 5/5

Documentation-only PR with no code changes; safe to merge

All findings are P2 style suggestions. The only issue is a minor tag inaccuracy on the April 2026 Update component — it includes 'Update' but the entry has no Updates section.

No files require special attention

Important Files Changed

Filename Overview
apps/docs/changelog.mdx New changelog page with April 2026 (sandbox mode, login page, ARM64 Docker) and March 2026 entries; April entry tags include 'Update' but no Updates section exists in that entry
apps/docs/docs.json Adds Changelog global anchor and Changelog tab with single-page group to Mintlify navigation config; empty group string is likely intentional for a single-page tab

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[User visits Sweetr docs] --> B{Navigation}
    B -->|Global anchor| C[/changelog]
    B -->|Changelog tab| C
    C --> D[changelog.mdx]
    D --> E[April 2026 Update block]
    D --> F[March 2026 Update block]
    E --> G[New features: Sandbox mode, Login page]
    E --> H[Bug fixes: ARM64 Docker on macOS]
    F --> I[New features: Self-hosting, Incident detection, People bio, Slack DORA]
    F --> J[Updates: Deployment guidance, API rate limiting]
    F --> K[Bug fixes: PR timeline, DORA filtering, Review calculation, Code review sync]
Loading

Reviews (1): Last reviewed commit: "feat: add April 2026 changelog with sand..." | Re-trigger Greptile

Greptile also left 1 inline comment on this PR.

Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 2 files

Comment thread apps/docs/changelog.mdx
description: "New features, updates, and fixes."
---

<Update label="April 2026" description="Sandbox mode, new login page, and macOS Docker support" tags={["Feature", "Update", "Fix"]}>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Inaccurate tag on April 2026 entry

The "Update" tag is included in the April 2026 <Update> block, but this entry only contains New features and Bug fixes sections — there is no Updates section. The tag should match the actual content sections to avoid misleading readers who filter by tag.

Suggested change
<Update label="April 2026" description="Sandbox mode, new login page, and macOS Docker support" tags={["Feature", "Update", "Fix"]}>
<Update label="April 2026" description="Sandbox mode, new login page, and macOS Docker support" tags={["Feature", "Fix"]}>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants