Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v2.1.0 Release Preparation #469

Merged
merged 3 commits into from
Jan 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
This document provides a high-level view of the changes introduced in {project-name} by release.
For a detailed view of what has changed, refer to the {uri-repo}/commits/master[commit history] on GitHub.

== <unreleased> - <date>
== v2.1.0 - 2024-01-23

=== Enhancements

Expand All @@ -17,6 +17,12 @@ For a detailed view of what has changed, refer to the {uri-repo}/commits/master[
* Clipboard file transfers compatibility with non-mstsc clients ({uri-issue}464[#464])
* Some replay files when converted would be cut short ({uri-issue}466[#466])

=== Credits

Thanks to the following people who contributed to this release:

Olivier Bilodeau (@obilodeau) and @luciaprime54


== v2.0.0 - 2023-12-22

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
name = "pyrdp-mitm"
description = "Remote Desktop Protocol (RDP) Monster-in-the-Middle tool and Python library"
readme = "README.md"
version = "2.0.1.dev0"
version = "2.1.0"
requires-python = ">=3.7"
authors = [
{ name = "Olivier Bilodeau", email = "obilodeau@gosecure.net" },
Expand Down
10 changes: 5 additions & 5 deletions requirements-slim.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
appdirs==1.4.4
attrs==23.1.0
attrs==23.2.0
Automat==22.10.0
cffi==1.16.0
constantly==23.10.4
Expand All @@ -8,17 +8,17 @@ hyperlink==21.0.0
idna==3.6
incremental==22.10.0
namesgenerator==0.3
progressbar2==4.2.0
progressbar2==4.3.2
pyasn1==0.5.1
pyasn1-modules==0.3.0
pycparser==2.21
pycryptodome==3.19.0
pycryptodome==3.20.0
pyOpenSSL==23.3.0
pytz==2023.3.post1
rsa==4.9
scapy==2.5.0
service-identity==23.1.0
service-identity==24.1.0
six==1.16.0
Twisted==23.10.0
typing_extensions==4.8.0
typing_extensions==4.9.0
zope.interface==6.1
16 changes: 9 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
appdirs==1.4.4
attrs==23.1.0
attrs==23.2.0
Automat==22.10.0
av==11.0.0
cffi==1.16.0
Expand All @@ -9,23 +9,25 @@ hyperlink==21.0.0
idna==3.6
incremental==22.10.0
namesgenerator==0.3
numpy==1.24.4
progressbar2==4.2.0
numpy==1.26.3
progressbar2==4.3.2
py-notifier==0.5.0
pyasn1==0.5.1
pyasn1-modules==0.3.0
pycparser==2.21
pycryptodome==3.19.0
pycryptodome==3.20.0
pyOpenSSL==23.3.0
PySide6==6.6.1
PySide6-Addons==6.6.1
PySide6-Essentials==6.6.1
python-utils==3.8.1
pytz==2023.3.post1
qimage2ndarray==1.10.0
rsa==4.9
scapy==2.5.0
service-identity==23.1.0
shiboken2==5.15.2.1
service-identity==24.1.0
shiboken6==6.6.1
six==1.16.0
Twisted==23.10.0
typing_extensions==4.8.0
typing_extensions==4.9.0
zope.interface==6.1
Loading