Skip to content

Releases: Pranav140/CodeChronicle

CodeChronicle v0.0.1

06 Mar 20:22

Choose a tag to compare

🎉 CodeChronicle v0.0.1 — Initial Release

Trace the complete history of any code snippet — WHO wrote it, WHEN, WHY, and how it evolved.

✨ Features

  • Timeline — every commit that touched your selected lines, with diffs
  • Evolution Story — see when the code was born and last changed
  • Authors — ranked contribution breakdown with GitHub profile links
  • Related Files — files that always change alongside yours
  • Risk Insights — hotspot detection and complexity analysis
  • Diff viewer — Near selection + Full file views with hunk navigation

📦 Installation

  1. Download code-chronicle-0.0.1.zip below and extract it — you'll get code-chronicle-0.0.1.vsix
    code-chronicle-0.0.1.zip
  2. In VS Code: Extensions panel → ···Install from VSIX...
  3. Select the extracted .vsix file

🚀 Usage

Select any lines of code → Right-click → Show CodeChronicle