| 4 | |
| 5 | === v.116 (2024-07-23) === |
| 6 | * Added config setting ''EDITOR'' to /etc/7dtd.conf to specify file editor when editing instances |
| 7 | * Dropped interactive instance editor in favor of just opening a default texteditor on the serverconfig.xml |
| 8 | * This makes sure there is no version dependency between these scripts and the game |
| 9 | * Also allows looking at the comments in the serverconfig explaining the different settings quite well already |
| 10 | * Updated ''instances list'' subcommand to include web dashboard port and "Telnet" port in output |
| 11 | * Added ''instances printxml'' subcommand to print the current serverconfig.xml to the console (with syntax highlighting if available, requires pygmentize to be installed) |
| 12 | * Updated ''status'' command to show WebDashbord details |
| 13 | * Updated ''updateengine'' command for changes in SteamCMD |
| 14 | * Updated log monitoring code to work with A21 log output - should also be compatible with V1.0 output, not verified so far |
| 15 | * Passing ''UserDataFolder'' to the game server by command line so the serverconfig does not impact the correct file locations |
| 16 | * Fixed usages of ''chown'' to use colon (":") as separator between username and group to get rid of warnings on modern distributions |
| 17 | * Some internal code cleanup |