From c5a876a7d4148be82cef3dbeb43061604b4b68e5 Mon Sep 17 00:00:00 2001 From: Ramon Bartl Date: Tue, 9 Jun 2026 21:04:59 +0200 Subject: [PATCH] Skip the Unreleased section in the What's New parser and split top-level bullets into separate items so each bullet renders with one dot instead of two Two bugs surfaced together when opening the dialog against a CHANGELOG.md that had an ## Unreleased section staged above the latest release: 1. The dialog title read 'What's New Unreleased' because parseChangelog took the first version heading it saw. Unreleased is a staging slot, not a thing to show users. 2. Every bullet rendered with two dots: the outer
  • added one (the cta-coloured dot in the dialog markup), and the Markdown component added another because the entire release was concatenated into one item string that still started with '- ' lines, which markdown renders as a nested