Releases: timvink/mkdocs-git-revision-date-localized-plugin
Releases · timvink/mkdocs-git-revision-date-localized-plugin
revision-date-localized v0.5.2
Fix, did not release all commits intended in v0.5.1
revision-date-localized v0.5.1
🎉 Thanks to all contributors to this release @biochimia @oxr463 @marianafantini @williammizuta
Fixed
- Clarified
fallback_to_build_datein error messages #26 (by @biochimia )
Added
Improved
- Directly use
time.time()to obtain unix timestamp #27 (by @biochimia ) - Plugin now starts searching for a
.gitdirectory in mkdocsdocs_dir, and traverses upward. #31 #33
Fix locale parameter, add fallback_to_build_date option
Big thanks to @Guts for all his work on this release!
Fixed
localedid not change date format output #21
Added
- New option
fallback_to_build_datethat 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
- include
Minor tweaks
Remove string_format for future mkdocs version
Fix edge case for new git files
Dynamic timeago
- Fixed #6, now timeago is rendered on page load instead of page build
- Refactored / simplified code
- Clarified README
Fix theme index bug
v0.4.2 bump version
remove p37 fstrings and fix locale setting
bump version
v0.3.3 bump version