Update CHANGELOG.md

This commit is contained in:
Dane Everitt
2021-01-06 21:42:09 -08:00
parent b82f5f9a32
commit 2de3fa62b2

View File

@@ -1,5 +1,16 @@
# Changelog # Changelog
## v1.2.1
### Fixed
* Fixes servers not be properly marked as no longer transfering if an error occurs during the archive process.
* Fixes problems with user detection when running Wings inside a Docker container.
* Fixes filename decoding issues with multiple endpoints related to the file manager (namely move/copy/delete).
* **[Security]** Fixes vulnerability allowing a malicious user to abuse the remote file download utilitity to scan or access resources on the local network.
* Fixes network `tx` stats not correctly being reported (was previously reporting `rx` for both `rx` and `tx`).
### Changed
* Cleans up the logic related to polling resources for the server to make a little more sense and not do pointless `io.Copy()` operations.
## v1.2.0 ## v1.2.0
### Fixed ### Fixed
* Fixes log compression being set on the Docker containers being created to avoid errors on some versions of Docker. * Fixes log compression being set on the Docker containers being created to avoid errors on some versions of Docker.