Skip to content

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

revision-date-localized v1.0.0

21 Feb 10:04
Compare
Choose a tag to compare

Two new features, and marking the milestone as a v1 release.

Added

Documentation

revision-date-localized v0.12.1

07 Feb 20:02
Compare
Choose a tag to compare

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! 🎉