Skip to content

Releases: EntityProcess/gitcontentsearch

v0.2.0

25 Aug 13:33

Choose a tag to compare

🚀 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-directory and --log-directory for 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-commit is 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.

v0.1.0

25 Aug 02:06

Choose a tag to compare

v0.1.0 Pre-release
Pre-release

🚀 Features

First release which allows finding the first commit where the search string appears.

🐛 Bug Fixes

Remove forward slash from path.