Skip to content

v2.14.0

Choose a tag to compare

@johnhuang316 johnhuang316 released this 02 Mar 01:07
· 45 commits to master since this release

What's Changed

Bug Fixes

  • fix(indexing): Skip binary files and improve symbol resolution (#75)
    • Deep indexing now detects binary files (via NUL byte sampling) and skips them, preventing hangs on Unity projects with .index files
    • Call resolution performance improved from O(N×M) to O(1) lookup using precomputed unique name/suffix maps

Full Changelog: v2.13.0...v2.14.0