What's Changed
Fixes
- #194 by @timvink:
- Hashing keys being incorrect when using monorepo, leading to yet another set of git.log() calls
- Some inefficiency in multiprocessing setup when using mkdocs serve. State should now be preserved, and mkdocs serve --dirty won't use multiprocessing anymore.
- Update to new mkdocs plugin system
- Fix bug with double git.log call; plugins should be much faster now by @timvink in #195. Also fixes #188
- Fix i18n compatibility bug when using locales with hyphens (see #176) by @timvink in #196
Docs
- Fix typo: "Their" → "They" by @uw-amy-bordenave in #190
- fix: add missing follow param to util by @TonyCrane in #189
New Contributors
- @uw-amy-bordenave made their first contribution in #190
- @TonyCrane made their first contribution in #189
Full Changelog: v1.4.7...v1.5.0