Skip to content

Release 0.2.9

Choose a tag to compare

@github-actions github-actions released this 04 Feb 10:50
· 133 commits to master since this release

Feature: Blame Line Mapping for Modified Files

  • LCS-based line mapping: Blame annotations now align with working copy content even when file is modified
  • Previously, blame decorations appeared on wrong lines if local changes added/removed lines
  • Uses Longest Common Subsequence algorithm to map BASE line numbers to working copy
  • Deleted lines: Blame info hidden (no longer exists in working copy)
  • Modified lines: Context anchoring preserves blame through content changes