v1.6.5
This is the first version of ProperDocs 🎉
These are the changes compared to MkDocs 1.6.1:
-
The name is changed from "MkDocs" to "ProperDocs". The installation name and the executable are
properdocs(#12) -
Support running all
mkdocs.themesandmkdocs.pluginsentrypoints in addition to allproperdocs.themesandproperdocs.pluginsentrypoints (#15) -
Pick up configuration from
properdocs.ymlconfiguration files, with a fallback tomkdocs.yml(#27) -
Remove all built-in themes - there is no longer any theme installed by default (#24)
-
Fix livereload not being enabled by default for
mkdocs serve- sinceclick>8.2.1(#14) -
Allow plugins to declare their support of ProperDocs and show a warning message in case they're being run from MkDocs (#21)
-
Drop support for Python 3.8, officially support Python 3.14 (#17)
And other small improvements; see commit log.