Skip to content

v1.5.0

Choose a tag to compare

@tirth8205 tirth8205 released this 26 Feb 23:34
· 479 commits to main since this release

What's New

File Organization

  • All generated files now live in .code-review-graph/ directory instead of cluttering repo root
  • Auto-created .gitignore inside the directory prevents accidental commits
  • Automatic migration from legacy .code-review-graph.db at repo root

Visualization Density

  • Start collapsed: Only File nodes visible on load — click to expand children
  • Search bar: Filter nodes by name or qualified name in real-time
  • Edge type toggles: Click legend items to show/hide Calls, Imports, Inherits, Contains
  • Scale-aware layout: Force simulation adapts for large graphs (300+ nodes)

Project Cleanup

  • Removed redundant references/ directory (was duplicate of docs/)
  • Removed unused agents/ directory and settings.json
  • Updated all documentation for new paths

Path Changes

Before After
.code-review-graph.db .code-review-graph/graph.db
.code-review-graph.html .code-review-graph/graph.html

Existing databases are automatically migrated on first run.

Full Changelog: v1.4.0...v1.5.0