Skip to content

Latest commit

 

History

History
61 lines (36 loc) · 1.93 KB

CHANGELOG.md

File metadata and controls

61 lines (36 loc) · 1.93 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

Fixed

  • Fixed a null pointer exception when running. #22
  • Fixed ignoring of users when logins are used in the filter and the commit was on the main branch.
  • Fixed parsing of multiple ignored users.

Added

  • Improved handling of commits in mainline

Fixed

  • Fixed handling of 404 pull requests. #11
  • Fixed progressbar going backwards when using defaults.

Changed

  • Handling of logins during ignoring users.

Added

Changed

  • Can now run without any parameters: The current directory is used as the repository path.
  • Use --repository owner/repo instead of --owner and --repo.
  • The defaults for --startrevision and --endrevision are now the complete branch history (starting from HEAD). #3

Fixed

  • Commits without any pull request number are also analyzed. #4
  • Fixed typo in parameter --login-mapping.
  • Handling of ignored users.

Removed

  • Removed some hard-coded JabRef defaults (such as ignored users).

Initial release.