Skip to content

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

revision-date-localized v1.2.0

02 Mar 20:15
6150fad
Compare
Choose a tag to compare

What's Changed

Features:

Documentation:

New Contributors

Full Changelog: v1.1.0...v1.2.0

revision-date-localized v1.1.0

02 Jul 11:14
Compare
Choose a tag to compare

Changed

  • When enable_creation_date is enabled (default is False), this plugin will use git --follow to 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

30 Mar 09:56
Compare
Choose a tag to compare

Fixed

  • Support setting git log to show signature (#88). Contributed by @ianrobrien

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.