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:
+3
-3
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user