diff options
| author | Liam Mitchell <[email protected]> | 2025-08-21 23:51:51 +0000 |
|---|---|---|
| committer | Liam Mitchell <[email protected]> | 2025-08-21 23:51:51 +0000 |
| commit | 9fdaad481829b8a5b24c221fcfbe3547ca0f33a5 (patch) | |
| tree | 587e5676d54b70e3f582cbadf621cb727f7cf6f0 | |
| parent | Update changelog (diff) | |
| download | zen-9fdaad481829b8a5b24c221fcfbe3547ca0f33a5.tar.xz zen-9fdaad481829b8a5b24c221fcfbe3547ca0f33a5.zip | |
Fix changelog merge issues
| -rw-r--r-- | CHANGELOG.md | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index bf8fb6d23..c2fb70ad1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -193,7 +193,6 @@ - Improvement: Bumped the default number of blocks to search during upload to 10000 (from 5000). ## 5.6.1 ->>>>>>> main - Bugfix: GetModificationTickFromPath and CopyFile now works correctly on Windows/Mac - Bugfix: Handling of quotes and quotes with leading backslash for command line parsing - UE-231677 - Improvement: When logging with a epoch time prefix, the milliseconds/fraction is now correct. We now also set the epoch to the process spawn time rather than the time when the logger is created @@ -345,24 +344,6 @@ - `--verbose` ## 5.5.18 -- Feature: Added command line tool `zen service` to do maintenance operations for running zenserver as a local service - - `zen service status` - Check the status of zenservice as local service, indidicating if it is installed, running and the options it was installed with - - `zen service install` - Install zenserver as a local service, this requires admin/sudo priviliges to execute properly - - `--executable` - Path to zenserver executable. Defaults to same path as `zen` command line executable that was issued but with filename replaced. - - `--name` - Name of the installed service. Defaults to `ZenServer` - - `--display-name` - Windows only, the user friendly display name of the service. Defaults to `Unreal Zen Storage Service` - - `--description` - Windows only, the user friendly description of the service - - `--allow-elevation` - Windows only, if command is not run with elevated priviliges, the command will attempt to relaunch itself with elevated priviliges - - `-- ` - All options given after the double dash will be added as command line arguments to the zenserver executable when starting the service - - `zen service uninstall` - Uninstall zenserver as a local service, this requires admin/sudo priviliges to execute properly - - `--name` - Name of the installed service. Defaults to `ZenServer` - - `--allow-elevation` - Windows only, if command is not run with elevated priviliges, the command will attempt to relaunch itself with elevated priviliges - - `zen service start` - Start the installed zenserver local service, this requires admin/sudo priviliges to execute properly - - `--name` - Name of the installed service. Defaults to `ZenServer` - - `--allow-elevation` - Windows only, if command is not run with elevated priviliges, the command will attempt to relaunch itself with elevated priviliges - - `zen service stop` - Stops the running installed zenserver local service, this requires admin/sudo priviliges to execute properly - - `--name` - Name of the installed service. Defaults to `ZenServer` - - `--allow-elevation` - Windows only, if command is not run with elevated priviliges, the command will attempt to relaunch itself with elevated priviliges - Bugfix: Fix parsing of workspace options in Lua config - Bugfix: Add missing Lua option for option `--gc-projectstore-duration-seconds` - Bugfix: Add missing Lua mapping option to `--statsd` command line option |