diff options
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c16b6427b..da755cc39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,14 @@ ## +- Feature: `zen up` command has two new command line options + - `--config <file_path>` tells zenserver to start with a specific config file + - `--owner-pid <pid>` tells zenserver to start with a owning process id +- Feature: `zen attach` command to add additional owning processes to a running zenserver instance + - `--owner-pid <pid>` adds pid to running zenserver instance list of owning processes +- Feature: `--write-config` command line option for zenserver + - `--write-config <file_path>` path to a file which will contain a lua config file for zenserver combining all command line options and optional lua config files +- Improvement: `zen up` command will check if zenserver is currently running before starting up a new instance + +## 0.2.19 - Bugfix: Fix deadlock in project store garbage collection - Bugfix: Fix zen command executable not being able to access shared status memory (`zen status`, `zen down` etc fails) on MacOs - Bugfix: All options given on command line now overrides lua config file settings |