From 1579bc43a18d5e2abf03d982cf5636c20b8e907f Mon Sep 17 00:00:00 2001 From: Olivier Bilodeau Date: Thu, 14 Dec 2023 12:09:00 -0500 Subject: [PATCH] Updated CHANGELOG --- CHANGELOG.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index c4ae247fd..564834659 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -15,6 +15,7 @@ For a detailed view of what has changed, refer to the {uri-repo}/commits/master[ * Requires Python 3.7 * master Docker container tag renamed devel (master-slim to devel-slim) * The log field `sessionID` changed format from `<100000-999999>` to `__<1000000-9999999>` ({uri-issue}458[#458]) +* Stolen clipboard files are now stored hashed under the files/ hierarchy without sessionId and linked from filesystems//clipboard/ hierarchy ({uri-issue}338[#338]) === Enhancements @@ -26,6 +27,7 @@ For a detailed view of what has changed, refer to the {uri-repo}/commits/master[ * Docker images are now based on Ubuntu 22.04 and dependencies were minimized ({uri-issue}455[#455]) * Documented how to run `pyrdp-convert` through a Docker container ({uri-issue}455[#455]) * Fixed sessionID duplication caused by a bad name library and added an extra digit ({uri-issue}458[#458], {uri-issue}460[#460]) +* Stolen clipboard files are deduplicated (via hashing) just like mapped drives files ({uri-issue}338[#338], {uri-issue}462[#462]) === Bug fixes