These docs are a work in progress and may not be fully up to date. Some pages may contain internal notes for our team.
Skip to Content
FeaturesChangelog

Changelog

The in-app changelog page surfaces recent product updates so you can see what’s changed since you last logged in. Every release is documented here with a version number, date, and a plain-English description of what was added, improved, or fixed.

Where to find it

The changelog is available to any signed-in user. To open it:

  1. Click your name or avatar in the bottom-left corner of the sidebar to open the account menu.
  2. Select Changelog v[current version] from the menu links.

You can also navigate directly to /app/changelog in your browser.

🟡 [SCREENSHOT: Account menu open showing the “Changelog v0.1.0” link]

How entries are presented

Each release appears as a card in a vertical timeline, ordered from newest to oldest. The most recent release is highlighted with a Current badge and a blue-tinted border so it stands out at a glance.

Every card shows:

  • Version and date — displayed as v[version number] · [Month Day, Year] in a small uppercase label above the release title.
  • Title — a short headline for the release (for example, “Versioning and changelog foundation”).
  • Summary — one or two sentences describing the overall theme of the release.
  • Change items — a list of individual changes, each with a bold label and an optional detail sentence explaining the impact.

💡 Tip: The Current badge always marks the version you are running right now. If you see more than one card, any cards below the current one are historical releases.

The current design uses a single label style for each change item rather than color-coded badges (such as New / Improved / Fixed).

Checking your app version

The version number appears in two places:

  • The changelog page header — a pill in the top-right corner of the page header shows v[version].
  • The account menu — the Changelog link in the sidebar menu always reads “Changelog v[version]”, so you can see the version without opening the page.

Both reflect the same value sourced from the application’s package metadata, so they are always in sync.

🟡 [SCREENSHOT: Changelog page header showing version pill alongside the page title]

Release cadence

🔴 [NEEDS CLARIFICATION: Is there a defined release cadence (e.g. weekly, per sprint, on-demand)? The changelog data file shows a single entry dated 2026-04-25 and no recurrence pattern is documented.]

Updates are published when features, fixes, or significant improvements are ready to ship. There is no fixed weekly or monthly schedule; check the changelog after you notice something new in the product.

Subscribing to updates

There is currently no RSS feed, email digest, or in-app notification for new changelog entries. To stay current, revisit the changelog page after each login.

🔴 [NEEDS CLARIFICATION: Is a changelog notification (e.g. a dot on the account menu when a new entry is published) planned? The sidebar component has no unread-indicator logic as of the last review.]