Skip to content

Releases: ojacques/mkdocs-git-committers-plugin-2

Hot fix

04 Oct 17:17
ae1e2da
Compare
Choose a tag to compare

What's Changed

  • fix #72: UnboundLocalError user variable fix for github and gitlab by @onuralpszr in #73

New Contributors

Full Changelog: 2.4.0...2.4.1

2.4.0

03 Oct 19:53
33d54e6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.3.0...2.4.0

2.3.0

24 Feb 09:21
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.2.3...2.3.0

2.2.3

07 Jan 09:56
Compare
Choose a tag to compare

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

  • @PTKay made their first contribution in #40
  • @thor made their first contribution in #47

Full Changelog: 2.2.2...2.2.3

2.2.2

04 Nov 09:03
Compare
Choose a tag to compare

Switch to committers_source so that mkdocs-material can display GitHub or GitLab source.

2.2.1

03 Nov 16:22
Compare
Choose a tag to compare

Add committers-source github/gitlab in page context, remove it from author

2.2.0

03 Nov 14:36
Compare
Choose a tag to compare

Add source attribute to authors. Aims to support GitHub and GitLab in mkdocs material. squidfunk/mkdocs-material#6283

2.1.0

02 Nov 23:45
Compare
Choose a tag to compare
  • 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.

2.0.1

01 Nov 15:49
Compare
Choose a tag to compare

Fix missing dependency: gitpython

2.0.0

01 Nov 15:42
Compare
Choose a tag to compare

BREAKING change! The plugin now uses GitHub GraphQL API to query contributors and stops using the undocumented contributors-list URI.

What's Changed

Full Changelog: 1.2.0...2.0.0