Releases: timvink/mkdocs-git-authors-plugin
Releases · timvink/mkdocs-git-authors-plugin
git-authors v0.9.2
What's Changed
- Fix regression where error would occur if a file as no
src_dir
attribute (#99) by @timvink in e082846
Full Changelog: v0.9.1...v0.9.2
git-authors v0.9.1
What's Changed
Internal & documentation
- Update options.md by @schneekluth in #89
- Add basic devcontainer by @twsl in #92
- Update test_basic.py by @twsl in #95
- Add typehints by @twsl in #93
- Use f-string by @twsl in #96
New Contributors
- @schneekluth made their first contribution in #89
- @twsl made their first contribution in #92
Full Changelog: v0.9.0...v0.9.1
git-authors v0.9.0
What's Changed
- Update information about mkdocs-material customization by @vladislav-sharapov in #87
- Add two new options to ignore authors and/or commits by @rcgoncalves in #85
New Contributors
- @vladislav-sharapov made their first contribution in #87
- @rcgoncalves made their first contribution in #85
Full Changelog: v0.8.0...v0.9.0
git-authors v0.8.0
What's Changed
- New config option:
enabled_on_serve
to disable this plugin duringmkdocs serve
by @tombreit in #81 - New config option
href
to change the URL by @alonsomoya in #74 - bugfix: determine contribution on page level by @ThomasTNO in #78
- Dropped support for python 3.7
New Contributors
- @tombreit made their first contribution in #81
- @alonsomoya made their first contribution in #74
- @ThomasTNO made their first contribution in #78
Full Changelog: v0.7.2...v0.8.0
git-authors v0.7.2
What's Changed
- New
strict
option, defaults toTrue
for backwards compatibility by @polymorcodeus in #73
New Contributors
- @polymorcodeus made their first contribution in #73
Full Changelog: v0.7.1...v0.7.2
git-authors v0.7.0
What's changed
- remove usage of pathlib.Path.enter for future python 3.13 compatibility. This is useful for users that use
mkdocs --strict
mode.
Full Changelog: v0.7.0...v0.7.1
git-authors v0.7.0
What's Changed
Two new options:
sort_authors_by
sort the authors by name or contribution by @fundthmcalculus in #62authorship_threshold_percent
eliminate low-contribution authors by @fundthmcalculus in #62
See the documentation for more info
New Contributors
- @fundthmcalculus made their first contribution in #62
Full Changelog: v0.6.5...v0.7.0
git-authors v0.6.5
git-authors v0.6.4
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
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