Skip to content

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

revision-date-localized v1.2.8

08 Sep 11:32
a31b4bb

Choose a tag to compare

What's Changed

  • Fixed the bug that the configuration option theme.language in mkdocs.yml was not fetched correctly under the mkdocs-material theme by @Xiaokang2022 in #143

New Contributors

Full Changelog: v1.2.6...v1.2.8

revision-date-localized v1.2.7

19 Aug 07:49
50c2736

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.6...v1.2.7

revision-date-localized v1.2.6

31 May 19:06
0438f70

Choose a tag to compare

What's Changed

  • Fix bitbucket CI warning showing up on github actions, by @timvink in #136

Full Changelog: v1.2.5...v1.2.6

revision-date-localized v1.2.5

30 Apr 21:21
b0ab74f

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.4...v1.2.5

revision-date-localized v1.2.4

03 Feb 08:10
af27290

Choose a tag to compare

  • Revert jinja auto escape #126

Full Changelog: v1.2.3...v1.2.4

revision-date-localized v1.2.3

02 Feb 19:27
fe156ff

Choose a tag to compare

What's Changed

  • To prepare for next major mkdocs release: For jinja autoescape, mark HTML strings as safe, not needing escaping by @oprypin in #126
  • Drop support for python 3.7

Full Changelog: v1.2.2...v1.2.3

revision-date-localized v1.2.2

18 Dec 20:14
22a159a

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.1...v1.2.2

revision-date-localized v1.2.1

15 Oct 18:16
520e7fa

Choose a tag to compare

What's Changed

  • Remove usage of datetime.utcfromtimestamp to avoid deprecated warnings in python 3.12 by @timvink in #122

Full Changelog: v1.2.0...v1.2.1

revision-date-localized v1.2.0

02 Mar 20:15
6150fad

Choose a tag to compare

What's Changed

Features:

Documentation:

    • switch kebab typo to snake case by @wd60622 in #105

New Contributors

  • @wd60622 made their first contribution in #105

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

revision-date-localized v1.1.0

02 Jul 11:14

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