Public Changelog

Publish a curated "What's new" stream on your public board — fed by manual entries, GitHub releases, and completed feature requests

The Changelog is a public "What's new" page on your feedback board. Entries flow in from three sources — hand-written updates, synced GitHub releases, and completed feature requests — but your users see one curated stream. Nothing goes live until you publish it.

Key Features

  • One stream, three sources — Write entries by hand, sync them from GitHub releases, or let completed feature requests draft themselves.
  • Draft gate — Every ingested entry lands as a draft. You review, polish, and publish; only published entries appear publicly.
  • Release blocks — Entries that share a version render under one version header, so a release with five changes reads as one release.
  • Categories — Optional "Keep a Changelog"-style labels (Added, Improved, Fixed, Changed, Removed, Security) with filter pills on the public page.
  • Permalinks — Every entry has its own shareable page with entry-specific title and description for link previews.
  • Atom feed — Subscribers can follow your changelog from any feed reader or RSS-driven integration (Slack, Discord, Zapier).
  • Reactions — Visitors can react to entries (👍 🎉 ❤️ 🚀) without signing in — lightweight engagement signal per update.
  • Widget badge — The feedback widget shows a "News" badge when there are updates the visitor hasn't seen yet.
  • Closes the loop — A completed feature request on the board links to its changelog entry ("See what shipped"), and the entry links back to the original request.

Accessing the Changelog

# Public page
https://seggwat.com/p/YOUR_PROJECT_KEY/changelog

# A single entry (shareable permalink)
https://seggwat.com/p/YOUR_PROJECT_KEY/changelog/ENTRY_ID

# Atom feed (for feed readers and integrations)
https://seggwat.com/p/YOUR_PROJECT_KEY/changelog/feed.xml

The Changelog tab appears on your board automatically once you publish your first entry — publishing is the opt-in. You can hide the tab any time via Settings > Public Board > Show changelog tab.

Sources and the Draft Gate

Every entry carries a status:

Status Public Meaning
Draft No Awaiting review. Default for new and synced entries.
Published Yes Live on the public changelog.
Hidden No Soft-hidden; preserved but off the public stream.

Manual entries

Write entries in Changelog in your project sidebar. The editor supports Markdown with a live preview, an optional version badge, a category, and an optional display date — use the date to backdate entries when importing your existing changelog history.

GitHub releases

With the GitHub integration connected, the changelog page shows a release-sync card:

  • Auto-sync as drafts — every published GitHub release becomes a changelog draft (title from the release name, version from the tag, body from the release notes, dated to the release).
  • Sync now — pull releases on demand.

Sync is instant when your GitHub App delivers release webhook events, and a sweep also runs every six hours as a fallback. Sync never duplicates a release and never overwrites an entry you've edited — each release is ingested once, as a draft, and from then on it's yours.

Completed feature requests

When you mark a feature request as Completed, SeggWat asks for the version it shipped in and drafts a changelog entry from the request (using your admin response when present, otherwise the request description). Publish it and the request's card on the public board gains a "See what shipped" link.

Publishing

  • Publish / Unpublish per entry, or Publish all to clear a batch of drafts after a release sync.
  • The first publish stamps the entry's display date (unless the entry already carries one — synced releases keep their release date, backdated imports keep their date). Re-publishing keeps the original date.
  • Delete is permanent and asks for confirmation — prefer Hide if you might want the entry back.

Managing via API and MCP

The changelog has a full REST surface — list, create (with backdating), update, publish, and delete entries programmatically. See the Changelog API reference.

If you've connected SeggWat to Claude via MCP, the assistant can curate your changelog end-to-end: list_changelog, create_changelog_entry, update_changelog_entry, and set_changelog_status. A typical prompt: "Review my draft changelog entries, rewrite them for customers, and publish them."

Next Steps

Navigation