Releases: timvink/mkdocs-git-authors-plugin
Releases · timvink/mkdocs-git-authors-plugin
git-authors v0.4
git-authors v0.3.3
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
git-authors 0.3.1
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
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.
Several fixes and contribution percentage added
Changed
- Updated unit tests
- Improved README #10
- Add option for contribution percentage in summary #4
- Use
logginginstead ofprint - 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.ymlwas not in root directory #3
Contributors
Thanks @uliska for the contributions in this release!
Remove string_format for future mkdocs version
Update github action publish workflow
v0.1.1 update release pipeline
First release
v0.1 first release