Releases: timvink/mkdocs-git-revision-date-localized-plugin
Releases · timvink/mkdocs-git-revision-date-localized-plugin
revision-date-localized v1.0.0
Two new features, and marking the milestone as a v1
release.
Added
- Support for mkdocs-static-i18n plugin and setting the
locale
on a per-page basis (#73). See docs - New
custom
type that you can change using thecustom_format
options (#82). See docs - Simplify count_commits() and add unit tests (#67)
Documentation
revision-date-localized v0.12.1
Fixed
- Fix bug where timezone setting was not properly used. (#79)
- Update locale examples. (#80) Contributed by @Andre601
Added
revision-date-localized v0.12
Fixed
- Bug where
{{ git_site_revision_date_localized }}
would not be properly replaced (#78). Contributed by @awesomeindustries - Bug where multiple CI environment warnings could be raised. (#77). Contributed by @oliversalzburg
- Change advice for GIT_DEPTH in gitlab from 1000 to 0
- Update broken link for GitLab Runner settings. Contributed by @Rwarcards762
Documentation updates
- Update partial example for source-file.html of mkdocs-material theme
- Add dark mode to docs
- Correct fetch_depth to fetch-depth. Contributed by @patrick-5546
❤️ Thanks for the contributions @patrick-5546 @awesomeindustries @oliversalzburg @Rwarcards762
revision-date-localized v0.11.1
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
revision-date-localized v0.11
revision-date-localized v0.10.3
revision-date-localized v0.10.2
Fixed
Regressions from 0.10.1
:
- Removed unnecessary extra
git log
operations when adding new raw date formatspage.meta
tags - Bug where raw creation date strings in
page.meta
where actually the revision dates.
revision-date-localized v0.10.1
Added
- Exposed different date variants as raw strings in
page.meta
for developers customizing themes (#64)
revision-date-localized v0.10.0
revision-date-localized v0.9.3
Fixed
Thanks @ErliSoares for contributing this release! 🎉