Releases: ojacques/mkdocs-git-committers-plugin-2
Releases · ojacques/mkdocs-git-committers-plugin-2
Hot fix
What's Changed
- fix #72: UnboundLocalError user variable fix for github and gitlab by @onuralpszr in #73
New Contributors
- @onuralpszr made their first contribution in #73
Full Changelog: 2.4.0...2.4.1
2.4.0
What's Changed
- fix: Added api_version to config by @andrew-rowson-lseg in #57
- Add instructions on using private GitHub repo by @j3soon in #60
- Include committers in GitHub repos by @j3soon in #61
- Fix KeyError: 'api_version' for self-hosted SCM by @rkorzeniec in #71
- Include coauthors in GitHub repos by @j3soon in #63
- Fix build error when no avatar on GitLab by @rbourgeat in #69
- Show correct default value of docs_path parameter by @karelbemelmans in #67
- Fix live reload infinite loop when serving locally by @j3soon in #66
- Support non-recursive submodules for GitHub repos by @j3soon in #64
New Contributors
- @andrew-rowson-lseg made their first contribution in #57
- @j3soon made their first contribution in #60
- @rkorzeniec made their first contribution in #71
- @rbourgeat made their first contribution in #69
- @karelbemelmans made their first contribution in #67
Full Changelog: 2.3.0...2.4.0
2.3.0
What's Changed
- Change excluded file log level to INFO by @dstockhammer in #53
- Support for API Version in URL for GitHub Enterprise by @vrenjith in #49
New Contributors
- @dstockhammer made their first contribution in #53
- @vrenjith made their first contribution in #49
Full Changelog: 2.2.3...2.3.0
2.2.3
What's Changed
- Fix exclude option ignoring exclusions by @PTKay in #40
- fix: search parent directories to find Git repository ( relevant for
last_commit_date
) by @thor in #47
New Contributors
Full Changelog: 2.2.2...2.2.3
2.2.2
2.2.1
2.2.0
Add source attribute to authors. Aims to support GitHub and GitLab in mkdocs material. squidfunk/mkdocs-material#6283
2.1.0
- New: add support for GitLab (gitlab.com or self-hosted)
- Moved back from graphql API to REST API, for both GitHub and GitLab
- For GitHub, the plugin will attempt to make unauthenticated REST API call, and warn when rate limit is attained (60 calls/hour/IP address). You will have to provide a token to go beyond the limit and authenticate REST API calls (or for private repositories). For GitLab, a token is mandatory in all cases.