Release v1.0.9 — fix update notification popup showing raw markdown

Sync UpdateNotificationWindow.swift: showUpdate now always uses the
static subtitle "Tap to view release notes & update now!" instead of
passing the full release notes text to the popup.
This commit is contained in:
superdooper86
2026-05-07 17:55:05 +02:00
parent ed6a5e1b51
commit 1078951c43
3 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
## What's new in v1.0.8
## What's new in v1.0.9
### 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.
### Fixed update notification popup
The notification popup now correctly shows **"Tap to view release notes & update now!"** instead of the raw markdown release notes text.