Fixed
- Fixes an issue where newlines in commit messages were not rendered in hovers and tooltips, collapsing multi-line commit bodies onto a single line — regression in v17.12.0 (#5157)
- Fixes an issue where the status bar blame does not appear after updating to v17.12.0+ — regression in v17.12.0 (#5160)
- Fixes an issue where commit tooltips and hovers can render with corrupted tokens (literal
__around the author, missing mailto links, missing italic wrappers on dates, stale token suffixes) when an async formatter call is interleaved by a concurrent formatter call — async template resolution now uses a fresh formatter instance so in-flight token resolution can't be poisoned by a reset from another call