github tirth8205/code-review-graph v1.5.0

latest releases: v2.3.6, v2.3.5, v2.3.4...
3 months ago

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

Don't miss a new code-review-graph release

NewReleases is sending notifications on new releases.