Skip to content

4.0.0

Compare
Choose a tag to compare
@xvik xvik released this 14 Apr 13:40
· 19 commits to master since this release
  • (breaking) Drop gradle 5 and 6 support
  • 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)