Changelog
Every feature, fix, and improvement we ship — documented here so you're always up to date.
- My Reviews page lists every document waiting on your sign-off
A new **My Reviews** entry in the dashboard sidebar opens a page showing every document that's been assigned to you for sign-off, with the document title, author, and current status. Tabs let you switch between **Pending**, **Accepted**, and **Closed** reviews so you can quickly see what still needs your attention versus what you've already acted on.
- PRD document type and Linked Documents panel
ArchDoc now supports a fourth document type, **PRD** (Product Requirements Document), aimed at technical product managers. Creating a new document exposes the PRD option with a starter template covering problem statement, target users, requirements, success metrics, scope, and open questions. PRDs are filterable from the documents list alongside ADRs, RFCs, and Design Docs. A new **Linked Documents** panel on the right sidebar of every document page lets you cross-reference related documents (for example, attaching the Design Docs and RFCs that come out of a PRD). Links appear on both the source and target document, are clickable, and can be removed with one click.
- Changelog page now shows curated, user-facing release notes instead of raw commit messages
The changelog at /changelog used to be auto-generated from git history, which surfaced noisy and duplicated developer commit messages. Each release now contains hand-written, user-focused notes grouped by Added / Changed / Fixed / Removed / Deprecated / Security.
- Returning from the documentation site no longer breaks the dashboard sidebar
Navigating from the in-app docs back to the dashboard could leave the sidebar in a collapsed/mobile state with the sidebar toggle button unresponsive. The **Documentation** sidebar link now triggers a hard navigation, so the dashboard always re-mounts in a clean state when you return.
Want to contribute? View on GitHub
