Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.31 KB

File metadata and controls

31 lines (24 loc) · 1.31 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.0.0] - 2025-08-06

Changed

  • BREAKING CHANGE: Renamed CLI command from diffgraph-ai to wild
    • Updated all documentation to reflect the new command name
    • Updated setup.py entry point to use wild command
    • All usage examples now use wild instead of diffgraph-ai
    • This is a breaking change - users will need to update their scripts and documentation

Fixed

  • Fixed --version command not working after CLI rename by explicitly specifying package_name='wild' in @click.version_option()
  • Improved path handling in environment loader by wrapping paths with os.path.normpath() for better cross-platform compatibility
  • Removed redundant hasattr(sys, 'executable') check as sys.executable is always available in Python

[0.1.0] - 2025-06-06

Added

  • Initial release of DiffGraph CLI tool
  • AI-powered code change analysis
  • HTML report generation with Mermaid.js dependency graphs
  • Support for both tracked and untracked files
  • Dark mode support in HTML reports
  • Syntax highlighting for code blocks
  • Responsive design for all screen sizes