revision-date-localized v1.4.0
What's Changed
New features
- New option
enable_parallel_processing
(default: True) for a 2-5x speedup by @kunickiaj in #116, and by @timvink in #166 - New option
ignored_commits_file
enabling you to to ignore specific commits by @allanlw in #114, and @timvink in #157 - Support 5 letter locale settings by @timvink in #165
- Git hash and git tag information now also exposed to developers by @timvink in #162
- Enable seeing datetime when hovering over element by adding datetime string to span element as title by @mschoettle in #152
Enhancements
- Catch errors explicitly by @timvink in #159
- Raise error when dubious git ownership is at fault by @timvink in #161
- Ensure creation date is never later than revision date by @timvink in #163
- When using
type: custom
, thelocale
is now properly respective by @timvink in #165
Documentation
New Contributors
- @sheeeng made their first contribution in #153
- @mschoettle made their first contribution in #152
Full Changelog: v1.3.0...v1.4.0