Release v1.0.7 — fix markdown rendering in release notes

Add ReleaseNotesText view that pre-processes headers (##, ###) to bold
and converts - bullets to • before passing to AttributedString, which
only supports inline markdown. Replaces both Text(.init()) call sites.
This commit is contained in:
superdooper86
2026-05-07 17:43:46 +02:00
parent 0046c53283
commit 255de797f8
3 changed files with 37 additions and 12 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
## What's new in v1.0.6
## What's new in v1.0.7
### Improved update notification
The update notification now reads **"Tap to view release notes & update now!"** — making it clear you can read what's changed before installing.
### Release notes now render correctly
Fixed markdown rendering in the update banner and update sheet — headers, **bold text**, and bullet points now display properly instead of showing raw `##` and `**` characters.