You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.