Skip to content

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

revision-date-localized v0.5.1

06 May 14:31
Compare
Choose a tag to compare

🎉 Thanks to all contributors to this release @biochimia @oxr463 @marianafantini @williammizuta

Fixed

  • Clarified fallback_to_build_date in error messages #26 (by @biochimia )

Added

  • Unit tests now also run for Python 3.5 and 3.6 #32
  • License file #25 (by @oxr463)

Improved

  • Directly use time.time() to obtain unix timestamp #27 (by @biochimia )
  • Plugin now starts searching for a .git directory in mkdocs docs_dir, and traverses upward. #31 #33

Fix locale parameter, add fallback_to_build_date option

28 Mar 12:25
Compare
Choose a tag to compare

Big thanks to @Guts for all his work on this release!

Fixed

  • locale did not change date format output #21

Added

  • New option fallback_to_build_date that uses the build date instead of a git date. Useful when git is not available in build environment #20

Improved

  • black-ened code
  • improved and extended unit tests
  • codebase:
    • include logging.debug() statements
    • add some type hinting, improve import orders etc

Minor tweaks

16 Mar 06:32
Compare
Choose a tag to compare

Fixed:

  • Fallback of current timestamp in always in UTC timezone (a94db33)
  • Use var for compatibility (5ebd009), thanks @RDIL !

Changed:

  • Throw usefull error when running in CI with shallow clones (6ca13cb)
  • Drop support for python below 3.5 (de60de1)
  • Updated & extended unit tests

Remove string_format for future mkdocs version

10 Feb 10:16
Compare
Choose a tag to compare

Fix edge case for new git files

22 Dec 08:20
Compare
Choose a tag to compare

Dynamic timeago

21 Dec 09:28
Compare
Choose a tag to compare
  • Fixed #6, now timeago is rendered on page load instead of page build
  • Refactored / simplified code
  • Clarified README

Fix theme index bug

16 Dec 19:03
Compare
Choose a tag to compare
v0.4.2

bump version

remove p37 fstrings and fix locale setting

16 Dec 14:39
Compare
Choose a tag to compare

bump version

11 Dec 12:48
Compare
Choose a tag to compare
v0.3.3

bump version

Use regex to replace tags

11 Dec 12:42
Compare
Choose a tag to compare
v0.3.2

regex to replace tags