Skip to content

Commit

Permalink
Updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
obilodeau committed Dec 14, 2023
1 parent 63c3ae4 commit 1579bc4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<firstname><100000-999999>` to `<adjective>_<name>_<1000000-9999999>` ({uri-issue}458[#458])
* Stolen clipboard files are now stored hashed under the files/ hierarchy without sessionId and linked from filesystems/<sessionID>/clipboard/ hierarchy ({uri-issue}338[#338])

=== Enhancements

Expand All @@ -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

Expand Down

0 comments on commit 1579bc4

Please sign in to comment.