Add a public System Status page at /status
-
Add a public System Status page at /statusProvide a server-rendered status page that checks API, MongoDB, OpenAI, the GitHub App, email, Lemon Squeezy, generation queue and webhook deliveries and is available as HTML or JSON (cached briefly to bound load).
-
Add AI tone and custom category controls in Product settings (Pro)Allow Pro teams to pick a generation tone (neutral, punchy, formal, playful) and optionally supply a custom ordered category list that the generator will use instead of the default buckets.
-
Add a team data export endpoint for Pro teamsProvide a GET /api/v1/team/export endpoint that returns a full JSON dump of the team's products, releases (including internal items), subscribers, webhooks, themes and API keys for GDPR portability and backups.
-
Add cross-product keyboard search (⌘/Ctrl+K) to the DashboardAdd a global search in the dashboard hero that finds products and releases, supports keyboard navigation and quick jump-to-product or jump-to-release flows.
-
Add bulk release operations on the Product pageEnable a Select mode to check multiple releases and run bulk Approve / Publish / Reject / Delete actions from the product UI to speed maintenance workflows.
-
Add a first-run Onboarding checklist on the DashboardShow a derived checklist (create product, connect repo, generate & publish first release, subscribers/webhook and custom domain for Pro) that automatically disappears when steps are completed.
-
Add a public Showcase page of recent public changelogsPublish a /showcase gallery that surfaces up to the 30 most-recent public changelogs with logo, name, description and latest version as a marketing reel.
-
Add System status links in the dashboard and docsSurface a discreet “System status” link in the dashboard sidebar and docs footer and add a contextual link from failed generation cards so maintainers can jump to the status page when things fail.
-
Limit the dashboard recent activity feed to 5 itemsReduce the default activity feed returned to the dashboard so the overview stays scannable at a glance (limit reduced from 20 to 5).
-
Improve social link previews and add Pro RSS link for changelogsEmit canonical, Open Graph and Twitter Card tags (and JSON-LD for the newest release) on public changelog pages so links render rich previews, and include an alternate RSS link for Pro pages.
-
Add sitemap.xml listing public changelogs for search enginesExpose /sitemap.xml that enumerates every public changelog (using verified custom domains when available) to help search engines discover pages.
-
Add a simple Write / Preview markdown editor for descriptions and AI contextReplace free-form textareas with a Markdown Write/Preview component (supports inline code, bold, italic and links) when editing public descriptions and private AI context so maintainers can preview content before saving.
-
Add robots.txt to allow public changelogs and block API/dashboard crawlersServe a robots.txt that permits crawling of public changelogs while disallowing /api/ and /dashboard/ and points crawlers to the sitemap.
-
Clarify Two-factor authentication in the Account pageAdd an explainer to the Account sign-in methods card noting that Patchpen relies on GitHub's 2FA for code-contributing accounts and how to revoke sessions.
-
Add security.txt and /.well-known/security.txt for vulnerability contactPublish RFC 9116-compliant security.txt at both /security.txt and /.well-known/security.txt with a contact email and a rolling one-year Expires header so security researchers know how to report issues.
4 internal changes in this release