March 27, 2026
Changelog Markdown Improvements
Significantly improved markdown rendering in the changelog panel, with smarter navigation for up-to-date packages.
- Clickable links —
[text](url)links now render as blue underlined text only (no URL clutter). Clicking opens the browser via OSC 8 hyperlinks in supported terminals (Windows Terminal, iTerm2, etc.) - @mentions— GitHub username mentions render as blue clickable links to the user's GitHub profile
- #number references — issue and PR references like
#123render as clickable links to the repository - More inline formatting — added
*italic*,~~strikethrough~~, and inline HTML tags:<strong>,<em>,<del>,<code>,<samp>,<kbd> - HTML entities — decoded correctly (e.g.
,—, numeric references) - h4–h6 headings — now rendered correctly instead of appearing as raw text
- Inline markdown in headings — links inside headings like
## [1.0.0](url) (date)are now parsed and rendered - Smarter navigation for up-to-date packages — opens at the latest release and lets you navigate ← through history. Outdated packages start at the oldest relevant change. History is filtered to the current major version, excluding unrelated patches from older version lines
