This repository was archived by the owner on Mar 27, 2026. It is now read-only.
v0.2.0
🚀 Features
- Single-Pass Diff Generation: RepoDiff now uses a single git diff command to process all changes, significantly improving efficiency and performance, especially for large repositories.
- Enhanced Configuration with Filters: The config.json has been updated to use a more flexible filters array. This allows for rule-based processing of diffs based on file patterns.
🐛 Bug Fixes
- n/a
🧰 Maintenance
- Improved Performance: The single-pass approach reduces the number of Git commands executed, leading to faster diff generation.
- Simplified Architecture: The codebase is simplified by consolidating diff generation into a single pass with post-processing, making it more maintainable.