Skip to content

Releases: timvink/mkdocs-git-revision-date-localized-plugin

revision-date-localized v0.12

03 Feb 19:17
Compare
Choose a tag to compare

Fixed

Documentation updates

❤️ Thanks for the contributions @patrick-5546 @awesomeindustries @oliversalzburg @Rwarcards762

revision-date-localized v0.11.1

14 Dec 20:13
Compare
Choose a tag to compare

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

03 Dec 21:47
b6b0d11
Compare
Choose a tag to compare

Added

  • New variables for when site was last updated (any page in the docs/ folder) (#19)
  • Updated documentation around available variables and how to use (#66)

revision-date-localized v0.10.3

21 Nov 21:06
Compare
Choose a tag to compare

Fixed

Thanks to @eliroca for contributing this release!

revision-date-localized v0.10.2

10 Nov 09:40
Compare
Choose a tag to compare

Fixed

Regressions from 0.10.1:

  • Removed unnecessary extra git log operations when adding new raw date formats page.meta tags
  • Bug where raw creation date strings in page.meta where actually the revision dates.

revision-date-localized v0.10.1

03 Nov 11:30
Compare
Choose a tag to compare

Added

  • Exposed different date variants as raw strings in page.meta for developers customizing themes (#64)

revision-date-localized v0.10.0

11 Sep 18:14
Compare
Choose a tag to compare

Added

  • New enabled option to disable the plugin via the configuration, see docs. (#58)

revision-date-localized v0.9.3

03 Sep 14:26
Compare
Choose a tag to compare

Fixed

  • Improve compatibility with mkdocs-material instant loading feature, fixes #61, #60, #59.

Thanks @ErliSoares for contributing this release! 🎉

revision-date-localized v0.9.2

02 May 12:59
Compare
Choose a tag to compare

Fixed

  • Bug where mkdocs build would crash if enable_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

12 Apr 13:33
Compare
Choose a tag to compare

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 }}