You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All tasks properties replaced with lazy properties
Remove git-publish plugin. Plugin functions added directly with required modifications
so usage will be the same (compatible). The Author of the original plugin deprecated it
(together with grgit). Still, grgit will be used for now (because of its feature completeness)
Authorization properties support remains for backwards compatibility, but auth could
be specified now directly in gitPublish.username (and password).
Configuration cache compatibility
Update packages:
mkdocs 1.4.1 -> 1.5.3
mkdocs-material 8.5.7 -> 9.5.17
pygments 2.13.0 -> 2.17.2
pymdown-extensions 9.7 -> 10.7.1
Support hiding versions in versions file:
mkdocs.publish.hideVersions - set versions to hide
mkdocs.publish.hideOldBugfixVersions - automatically hide bugfix versions (disabled by default)