Skip to content

v0.2.0

Choose a tag to compare

@christso christso released this 25 Aug 13:33
· 91 commits to master since this release

🚀 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.