Skip to content

Releases: koppor/github-contributors-list

2024-07-15

15 Jul 21:43
d3cefb5
Compare
Choose a tag to compare

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.

2024-04-26

26 Apr 19:36
f36b300
Compare
Choose a tag to compare

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.

2024-04-25

25 Apr 12:43
c8e3089
Compare
Choose a tag to compare

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

Fixed

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

Removed

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

Initial release

25 Apr 12:24
d83bc26
Compare
Choose a tag to compare
2024-04-09

Update README.md