From bbe2d1e5b1c93a390fd76a55bdd88259ac405bc9 Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt <2270806+jammsen@users.noreply.github.com> Date: Tue, 13 Feb 2024 18:16:13 +0100 Subject: [PATCH] Updated changelog #2 --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ea7f16..7f9fb86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,18 +5,23 @@ ## 2024-02-13 * **Breaking changes:** * Changed the default BACKUP_RETENTION_POLICY to true and changed BACKUP_RETENTION_AMOUNT_TO_KEEP to 72, meaning 3 days worth of backup are kept in the default configuration - * Added the ability to change the PUID and PGID via environment variables, this includes a user-process-jail mechanic including entrypoint-script, which makes sure that the gameserver is always working with the right permissions as only user steam and not root by accident or bug + * Added the ability to change the PUID and PGID via environment variables (#117) + * This includes a user-process-jail mechanic including entrypoint-script, which makes sure that the gameserver is always working with the right permissions as only user steam and not root by accident or bug * Mayor refactoring of the code-base to enable more feature requests based around automatic restarts and such. This includes: * Adding new backupmanager * Adding color-based echos and feedback-signals by color * New structure and comments of Dockerfile environment variables * New structure and comments of default.env template * Added shell linting + * Fixed cron duplication (#169) * Changed structure of the project and where files like documentation, includes, scripts and config-templates are to find * Fixed typos in various documents * Added multicore-bugfix, now multi-core-enhancment should be working (#190) * Removed sensitive information from the servermanger logs (#194) * Changed to always copy DefaultPalWorldSettings.ini at start mechanic (#195) + * Updated outdated Pocketpair documentation links + * Added automatic-restart-cron functionality (#50 #71 #139) + * Extended webhook usage (#120) * Requirements - What you need to do: * **Read the readme, a lot has changed, there is a new part about the backupmanager and how to interact now with rconcli** * Update to latest image