# Changelog Here are listed all the meaningfull changes done on **`nmk-workspace`** 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-workspace/releases) ``` ## Release 1.2.0 * New **{ref}`${workspaceDisableLocalTasks}`** config item, used to disable all subprojects builds locally (no effect in CI). * New **{ref}`${workspaceSubModules}`** config item listing all project submodules. * New **{ref}`workspace.sync`** task, used to synchronize all workspace submodules. ## Release 1.1.0 * New **{ref}`${workspaceBuildExtraArgsByStage}`** config item, used to specify nmk options per metatask. * Build behavior changed for projects specified in **{ref}`${workspaceSubProjectsToBuildFirst}`** and **{ref}`${workspaceSubProjectsToBuildAfter}`** config items:
they are ignored in build if not also listed in **{ref}`${workspaceSubProjectsToBuild}`** config item.