This commit is contained in:
Artem Chivchalov
2016-11-11 17:33:52 +03:00
parent b4ef0ec51b
commit b8e131564d
2 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
#### 1.0.6
* `config.cli.createSandbox` is deprecated now, use `config.cli.onCliSandbox` instead.
* Fixed permissions for scripts in `node_modules/.hooks` after running `screeps init`.
#### 1.0.5
* Replaced `moddir` launch option with `modfile`. The `mods.json` file is moved to the same folder as `.screepsrc`. The `mods` folder is no longer used now.
* Added new modding option `config.backend.welcomeText`.