git-authors v0.3.0
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_countthat displays number of lines an author contribured in preformatted markdown tags - New option
count_empty_linesto control if empty lines count towards line and percentage contribution counts
Changed
- Dropped dependency on
GitPython; package only depends onmkdocs - Improved
README.mdandCONTRIBUTING.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.