From 02734292a02339febbaf5817e01413bbfc3289a0 Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Sat, 23 Oct 2021 13:06:13 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d2daf6..09705cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## v1.5.2 +### Fixed +* Fixes servers not properly re-syncing with the Panel if they are already running causing them to be hard-stopped when terminated, rather than stopped with the configured action. + +### Changed +* Changes SFTP server implementation to use ED25519 server keys rather than deprecated SHA1 RSA keys. + +### Added +* Adds server uptime output in the stats event emitted to the websocket. + ## v1.5.1 ### Added * Global configuration option for toggling server crash detection (`system.crash_detection.enabled`)