All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
- 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.
- Improved handling of commits in mainline
- Fixed handling of 404 pull requests. #11
- Fixed progressbar going backwards when using defaults.
- Handling of logins during ignoring users.
- As default, Renovate Bot is ignored as author.
- 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
). #3
- Commits without any pull request number are also analyzed. #4
- Fixed typo in parameter
--login-mapping
. - Handling of ignored users.
- Removed some hard-coded JabRef defaults (such as ignored users).
Initial release.