From ec11d77e89e09243303e26f2c9edd57ee8a4cdd1 Mon Sep 17 00:00:00 2001 From: Tiiffi Date: Fri, 6 Dec 2024 16:32:11 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6a96af..ac7544e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,11 @@ ###### 0.8.0 - Implement support for multipacket responses - - Add support to Valve style rcon authentication + - Add support for Valve style rcon authentication + - Add experimental UTF-8 support for Windows - Change maximum packet size to correct value (4096 -> 4106) - - Attempt to add missing newlines in Minecraft servers - * Currently implemented only for the 'help' command + - Attempt to add missing newlines in bugged Minecraft servers + * Implemented for responses to the 'help' command and unknown commands - Print auth failed message to stderr instead of stdout - Fail immediately if received packet size is out of spec - Return proper exit code from run_terminal_mode()