Releases: koppor/github-contributors-list
Releases · koppor/github-contributors-list
2024-07-15
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
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
Added
- As default, RenovateBot is ignored as author.
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 fromHEAD
).
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
2024-04-09 Update README.md