# Changelog Here are listed all the meaningfull changes done on **`nmk-doc`** since version 1.0 ```{note} Only interface and important behavior changes are listed here. The fully detailed changelog is also available on [Github](https://github.com/dynod/nmk-doc/releases) ``` ## Release 1.1.0 - Config items update: - added {ref}`config items` related to **PlantUml** diagrams generation - added {ref}`${docIndex}`: resolved path to main **index.md** documentation index file - added {ref}`${docVersion}`: used to configure the document version - updated {ref}`${docHtmlTheme}`: switched default theme to **furo** - Tasks behaviors: - added {ref}`puml.download` and {ref}`puml.generate` to handle **PlantUml** diagrams generation - all {ref}`doc.config`, {ref}`doc.rtd` and {ref}`doc.build` tasks are now only enabled only if {ref}`${docIndex}` file exists - add version information when building documentation with {ref}`doc.build` task