From 3fda5485419404f87212eb06361f6834dc07e4b5 Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Tue, 27 Apr 2021 19:07:31 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bce0d7..8be493b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v1.4.1 +### Fixed +* Fixes a bug that would cause the file unarchiving process to put all files in the base directory rather than the directory in which the files should be located. + ## v1.4.0 ### Fixed * **[Breaking]** Fixes `/api/servers` and `/api/servers/:server` not properly returning all of the relevant server information and resource usage.