Skip to content

Releases: timvink/mkdocs-git-authors-plugin

git-authors v0.6

12 Sep 12:11
Compare
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
Compare
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
Compare
Choose a tag to compare

Fixed

  • Proper styling of plugin warnings (#53)

git-authors v0.4

28 Jul 11:15
Compare
Choose a tag to compare

Added

  • New option to fallback_to_empty in case GIT is not available (#52). See docs.

Thanks @ldeluigi for contributing this release 🎉

git-authors v0.3.3

22 Dec 14:27
Compare
Choose a tag to compare

Added

  • Raise warnings when running on a shallow clone on a build environment #44
  • Explain build environments in README and website
  • Add link to github repo on the mkdocs website
  • Website now also supports dark mode (via mkdocs material theme)

git-authors v0.3.2

03 Apr 20:15
Compare
Choose a tag to compare

This is a bugfix release

Fixed

  • DivideByZero error when building with empty files #38

git-authors 0.3.1

02 Apr 17:55
Compare
Choose a tag to compare

This is a bugfix release

Added

  • Test fixture with using mkdocs-material and other plugins

Changed

  • Instructions how to setup for mkdocs-material (fixes #35)

Fixed

  • Missing tags in jinja2 environment (fixes #34)

Contributors 🎉

Thanks @Guts for contributing to this release. Both reporting issues and contributing #36 #37

git-authors v0.3.0

31 Mar 13:50
Compare
Choose a tag to compare

Added

  • New markdown tags {{ git_page_authors }} and site-level {{ git_site_authors }}
  • New jinja2 variable for theme development with git related info in a dict: {{git_info }}
  • New option show_line_count that displays number of lines an author contribured in preformatted markdown tags
  • New option count_empty_lines to control if empty lines count towards line and percentage contribution counts

Changed

  • Dropped dependency on GitPython; package only depends on mkdocs
  • Improved README.md and CONTRIBUTING.md
  • Extended unit tests

Fixed

  • Unit tests now also run on python 3.5 (852c11c)

Contributors 🎉

Big thanks to @uliska for a huge effort made to make this release possible. Amongst many other improvements he rewrote the entire interface with git making the package much more lightweight.

Several fixes and contribution percentage added

01 Mar 20:45
Compare
Choose a tag to compare

Changed

  • Updated unit tests
  • Improved README #10
  • Add option for contribution percentage in summary #4
  • Use logging instead of print
  • Increase required python to 3.5+

Fixed

  • Fixed duplicated call to git blame by caching results. #2
  • Fix bug where git repository was not found when mkdocs.yml was not in root directory #3

Contributors

Thanks @uliska for the contributions in this release!

Remove string_format for future mkdocs version

10 Feb 10:19
Compare
Choose a tag to compare