Releases: timvink/mkdocs-git-authors-plugin
Releases · timvink/mkdocs-git-authors-plugin
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 --strictmode.
Full Changelog: v0.7.0...v0.7.1
git-authors v0.7.0
What's Changed
Two new options:
sort_authors_bysort the authors by name or contribution by @fundthmcalculus in #62authorship_threshold_percenteliminate 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: trueoption 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
git-authors v0.6.2
Fixed
- Emails are case insensitive, and are now stored in lowercase. Fixes edge case where same email could be shown twice if different capitilization was used. (#59)
git-authors v0.6.1
Fixed
- Bug where excluding pages that were generated on build would cause error (#58)
git-authors v0.6
git-authors v0.5
Added
- New
excludeoption to exclude certain pages from having authors added. (#55)
git-authors v0.4.1
Fixed
- Proper styling of plugin warnings (#53)