You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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