Skip to content

0.1.21

Choose a tag to compare

@webdevarif webdevarif released this 07 Jun 23:14
· 20 commits to main since this release
fix(updater): strip HTML from GitHub release notes

GitHub auto-renders Markdown release bodies to HTML, so the update
popup was showing <p> and <br /> tags as literal text. parseReleaseNotes
now converts paragraph/break/list tags to line breaks, strips remaining
tags, decodes common HTML entities, then splits into clean bullet
strings.

- 0.1.19 → 0.1.20 sweep from publish script.