Releases: timvink/mkdocs-git-revision-date-localized-plugin
Releases · timvink/mkdocs-git-revision-date-localized-plugin
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! 🎉
revision-date-localized v0.9.2
Fixed
- Bug where
mkdocs build
would crash ifenable_creation_date
was enabled in combination with a page that had been renamed in git (multiple creation dates not expected). (c4fdfea)
revision-date-localized v0.9
Added
- New
{{ git_creation_date_localized }}
tag available, thanks to @PegasisForever (#50) - New documentation website
Changed
- Dropped support for python 3.5 (mkdocs supports 3.6+) (0cd1179)
- Dropped support for using
page.meta
prefix when using in a regular markdown context (ddfb9f8).
Upgrading from 0.x
Inside any markdown (.md
) files, replace any occurances of {{ page.meta.git_revision_date_localized }}
with
{{ git_revision_date_localized }}