Skip to content

3.1.5

Choose a tag to compare

@Pogut Pogut released this 20 Jul 21:13
· 44 commits to main since this release
6e83a91

v3.1.5

Patch: refactoring selections now work on files GitHub collapses behind a
"Load diff" button.

Fixed

  • Selecting a refactoring (from the report panel or a deep link) whose lines
    live in a collapsed large-diff file did nothing — the lines were never in the
    page, so there was nothing to highlight. The extension now clicks GitHub's own
    Load diff / Expand all controls to reveal the file, waits for the line
    to render, and then highlights it. Works on both commit and PR diffs, and on
    the classic and React (/changes) views. (#10)

Notes

  • Already-visible lines are unaffected — the reveal step is skipped when the
    line is already on the page, so there's no added delay in the common case.