Releases: timvink/mkdocs-git-revision-date-localized-plugin
Releases · timvink/mkdocs-git-revision-date-localized-plugin
revision-date-localized v1.1.0
Changed
- When
enable_creation_dateis enabled (default is False), this plugin will use git--followto find the creation date. If you have renamed files in the past this extra git option will attempt to find the original creation date of the file. The only side effect is that the creation date for new, empty files might be older. See #90 for details. Contributed by @blueswen
revision-date-localized v1.0.1
Fixed
- Support setting
git logto show signature (#88). Contributed by @ianrobrien
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
localeon a per-page basis (#73). See docs - New
customtype that you can change using thecustom_formatoptions (#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 logoperations when adding new raw date formatspage.metatags - Bug where raw creation date strings in
page.metawhere actually the revision dates.
revision-date-localized v0.10.1
Added
- Exposed different date variants as raw strings in
page.metafor developers customizing themes (#64)