0.1.21
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.