Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sourcebot-dev/sourcebot
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.16.0
Choose a base ref
...
head repository: sourcebot-dev/sourcebot
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.16.1
Choose a head ref
  • 2 commits
  • 4 files changed
  • 3 contributors

Commits on Mar 24, 2026

  1. fix(web): fix scroll position for references further down in a file (#…

    …1036)
    
    * fix(web): fix scroll position for references further down in a file
    
    Uses lineBlockAt() instead of coordsAtPos() to get line positions from
    CodeMirror's internal height map, which works correctly for virtualized
    lines that haven't been rendered yet.
    
    Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
    
    * chore: update CHANGELOG for #1036
    
    Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
    
    ---------
    
    Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
    brendan-kellam and claude authored Mar 24, 2026
    Configuration menu
    Copy the full SHA
    1ea2898 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e2af39 View commit details
    Browse the repository at this point in the history
Loading