Skip to content

Releases: timvink/mkdocs-git-authors-plugin

git-authors v0.9.0

08 May 14:20
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.9.0

git-authors v0.8.0

12 Mar 21:52
6acca89
Compare
Choose a tag to compare

What's Changed

  • New config option: enabled_on_serve to disable this plugin during mkdocs serve by @tombreit in #81
  • New config option href to change the URL by @alonsomoya in #74
  • bugfix: determine contribution on page level by @ThomasTNO in #78
  • Dropped support for python 3.7

New Contributors

Full Changelog: v0.7.2...v0.8.0

git-authors v0.7.2

08 Jun 18:11
Compare
Choose a tag to compare

What's Changed

  • New strict option, defaults to True for backwards compatibility by @polymorcodeus in #73

New Contributors

Full Changelog: v0.7.1...v0.7.2

git-authors v0.7.0

22 May 18:11
Compare
Choose a tag to compare

What's changed

Full Changelog: v0.7.0...v0.7.1

git-authors v0.7.0

02 Nov 20:16
Compare
Choose a tag to compare

What's Changed

Two new options:

See the documentation for more info

New Contributors

Full Changelog: v0.6.5...v0.7.0

git-authors v0.6.5

31 Oct 19:08
Compare
Choose a tag to compare

What's Changed

  • Optionally hide email addresses in rendered output by @fghaas in #66. See

New Contributors

  • @fghaas made their first contribution in #66 , thanks! 🎉

Full Changelog: v0.6.4...v0.6.5

git-authors v0.6.4

02 Feb 11:21
Compare
Choose a tag to compare

Fixed

  • Minor fix where fallback_to_empty: true option did not work properly when git was not present at all (0070200)

git-authors v0.6.3

24 Dec 13:38
Compare
Choose a tag to compare

Changed

  • Drop explicit support for python 3.6 as it is end of life (package will still work on 3.6), see stop using python 3.6

git-authors v0.6.2

02 Dec 23:17
Compare
Choose a tag to compare

Fixed

  • Emails are case insensitive, and are now stored in lowercase. Fixes edge case where same email could be shown twice if different capitilization was used. (#59)

git-authors v0.6.1

23 Oct 19:26
Compare
Choose a tag to compare

Fixed

  • Bug where excluding pages that were generated on build would cause error (#58)