Skip to content

Releases: timvink/mkdocs-git-authors-plugin

git-authors v0.7.0

22 May 18:11

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

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

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

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

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

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

Choose a tag to compare

Fixed

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

git-authors v0.6

12 Sep 12:11

Choose a tag to compare

Added

  • New enabled option to disable the plugin via the mkdocs.yml configuration, see docs. (#57)

Changed

  • Dropped support for python 3.5 (d663992)

git-authors v0.5

10 Sep 12:25

Choose a tag to compare

Added

  • New exclude option to exclude certain pages from having authors added. (#55)

git-authors v0.4.1

02 Aug 13:11

Choose a tag to compare

Fixed

  • Proper styling of plugin warnings (#53)