Releases: EntityProcess/gitcontentsearch
Releases · EntityProcess/gitcontentsearch
v0.2.0
🚀 Features
- Find Last Commit: Added support for identifying the last commit where the search string appears.
- Working Directory & Log Directory Arguments: Introduced command-line arguments
--working-directoryand--log-directoryfor specifying where Git commands should run and where logs and temporary files should be stored.
🐛 Bug Fixes
- Commit Range Validation: Added validation to ensure that the
--earliest-commitis not more recent than the--latest-commit, preventing invalid commit ranges.
🧰 Maintenance
- Comprehensive Unit Tests: Added unit tests covering all major classes and methods to ensure code reliability and maintainability.