Skip to content

git-authors v0.3.0

Compare
Choose a tag to compare
@timvink timvink released this 31 Mar 13:50
· 97 commits to master since this release

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.