Releases: timvink/mkdocs-git-revision-date-localized-plugin
Releases · timvink/mkdocs-git-revision-date-localized-plugin
revision-date-localized v0.9.3
Fixed
Thanks @ErliSoares for contributing this release! 🎉
revision-date-localized v0.9.2
Fixed
- Bug where
mkdocs buildwould crash ifenable_creation_datewas 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.metaprefix 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 }}
revision-date-localized v0.8
revision-date-localized v0.7.4
Changed
- Upgraded timeago.js dependency from 2.x to 4.0.2 (#44)
revision-date-localized v0.7.3
revision-date-localized v0.7.2
Added
- Support for symlinks #41, thanks @AndreasBieber 🎉 , also closes #34
- Updated README.md to explain how to add revision date to default mkdocs theme 837c661
Changed
- Improve logging output to be consistent with mkdocs 84d3bbc
revision-date-localized v0.7.1
Fixed
- Plugin now properly supports
mkdocs-materialtheme's instant loading feature, closes squidfunk/mkdocs-material#1918
revision-date-localized v0.7
Added
- Extended warnings when running on build servers to Azure and Bitbucket pipelines.
- Added
<span>elements around date output to allow for easy CSS styling
Fixed
- Printing pages with
type: timeagowould result in blank output for the date. Now proper fallback totype: iso_date#12
revision-date-localized v0.6
Added
- Add support for timezones #35
Fixed
fallback_to_build_datewas not always throwing proper warnings
Changed
- Bumped dependency on
mkdocsto>=1.0 - Dropped dependency on
jinja2 - Improved various error messages and
README.md - Extended unit tests