# 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.2.0 - Config items update: - added {ref}`config items` related to snippets generation - updated {ref}`${docInputs}` to include generated **PlantUml** diagrams and doc snippets as inputs - Tasks behaviors: - added {ref}`doc.snippets` task to handle snippets generation - Removed [Live Preview](https://marketplace.visualstudio.com/items?itemName=ms-vscode.live-server) from suggested extensions, now that HTML preview is integrated natively in VSCode (since **1.121.0**) ## Release 1.1.1 - Make {ref}`${docRTDConfig}` config file independent of python version - Add buildenv 2.0 install template preliminary support ## 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