Skip to content

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

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

revision-date-localized v0.8

05 Dec 19:52
Compare
Choose a tag to compare

Added

  • exclude parameter to prevent adding a revision date to certain pages #43

Improved

  • blackended code
  • added flake8 and fixed corresponding issues
  • improved type hinting and docstrings

Thanks @RDIL for your contributions in this release! 🎉

revision-date-localized v0.7.4

01 Dec 12:34
Compare
Choose a tag to compare

Changed

  • Upgraded timeago.js dependency from 2.x to 4.0.2 (#44)

revision-date-localized v0.7.3

26 Oct 15:00
Compare
Choose a tag to compare

Changed

  • timeago.js dependencies are now injected from the package, removing the need to use a CDN. Closes #39, #40 and #42

revision-date-localized v0.7.2

17 Sep 07:28
Compare
Choose a tag to compare

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

13 Sep 19:17
Compare
Choose a tag to compare

Fixed

revision-date-localized v0.7

07 Jul 16:58
Compare
Choose a tag to compare

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: timeago would result in blank output for the date. Now proper fallback to type: iso_date #12

revision-date-localized v0.6

30 Jun 13:50
08e535b
Compare
Choose a tag to compare

Added

  • Add support for timezones #35

Fixed

  • fallback_to_build_date was not always throwing proper warnings

Changed

  • Bumped dependency on mkdocs to >=1.0
  • Dropped dependency on jinja2
  • Improved various error messages and README.md
  • Extended unit tests

revision-date-localized v0.5.2

06 May 15:01
Compare
Choose a tag to compare

Fix, did not release all commits intended in v0.5.1