Changelog styling #1

Closed
opened 2026-05-21 16:53:50 +00:00 by jessey · 1 comment
Owner

The current changelog dialog prints the # (hash) instead of using it to render titles for example. This makes it difficult to correctly read the changelog. It would be nice if the changelog dialog would actually render according to .md document styling.

The current changelog dialog prints the # (hash) instead of using it to render titles for example. This makes it difficult to correctly read the changelog. It would be nice if the changelog dialog would actually render according to .md document styling.
jessey added the Improvement label 2026-05-21 16:53:50 +00:00
jessey added reference main 2026-05-21 16:54:00 +00:00
jessey self-assigned this 2026-05-21 16:54:27 +00:00
Author
Owner

Fixed in v0.3.1 (9ae2e22). The in-app changelog now renders Markdown via QTextEdit.setMarkdown(), and the update prompt renders release notes as rich text (Markdown → HTML) — no more literal #/**.

Fixed in **v0.3.1** (9ae2e22). The in-app changelog now renders Markdown via `QTextEdit.setMarkdown()`, and the update prompt renders release notes as rich text (Markdown → HTML) — no more literal `#`/`**`.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: jessey/rigdoctor#1