chore(macos): prep Sparkle release 2026.1.14-1

This commit is contained in:
Peter Steinberger
2026-01-15 11:15:41 +00:00
parent 3b7b45c29e
commit 8daab932a2
5 changed files with 196 additions and 25 deletions

View File

@@ -43,6 +43,8 @@ extract_version_section() {
markdown_to_html() {
local text=$1
text=$(echo "$text" | sed 's/^##### \(.*\)$/<h5>\1<\/h5>/')
text=$(echo "$text" | sed 's/^#### \(.*\)$/<h4>\1<\/h4>/')
text=$(echo "$text" | sed 's/^### \(.*\)$/<h3>\1<\/h3>/')
text=$(echo "$text" | sed 's/^## \(.*\)$/<h2>\1<\/h2>/')
text=$(echo "$text" | sed 's/^- \*\*\([^*]*\)\*\*\(.*\)$/<li><strong>\1<\/strong>\2<\/li>/')