Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mRemoteNG/mRemoteNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Triendl <daniel@pew.cc>2022-03-18 22:27:54 +0300
committerDaniel Triendl <daniel@pew.cc>2022-03-18 22:27:54 +0300
commitf95fe351e2148c57f98f05979118451782fda29b (patch)
tree56a6451cdef88fdfa9e43f878536beeac0040e06
parent2fb0ab1d91639a0ca483430d60db02869cad8eae (diff)
Updated changelog and documentation
-rw-r--r--CHANGELOG.md2
-rw-r--r--mRemoteNGDocumentation/known_issues.rst3
-rw-r--r--mRemoteNGDocumentation/protocols/rdp.rst11
3 files changed, 14 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2197a9c9..6e3d5444 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Added
- #2138: Improve compatibility with Remote Desktop Connection Manager v2.83
- #2123: Thycotic Secret Server - Added 2FA OTP support
+### Changed
+- #1546: Enable resize without reconnect for RDP Version Rdc9 or higher
## [1.77.2]
### Added
diff --git a/mRemoteNGDocumentation/known_issues.rst b/mRemoteNGDocumentation/known_issues.rst
index e751758c..2a9f71a8 100644
--- a/mRemoteNGDocumentation/known_issues.rst
+++ b/mRemoteNGDocumentation/known_issues.rst
@@ -121,10 +121,11 @@ the following connection options are set:
To prevent reconnecting, you can do one of several things:
+- Change RDP Version to Rdc9 or higher. Rdc9 supports resolution changes without reconnecting.
- Change the resolution to Smart Size. This will scale the original connection area when the view window size changes. This does not preserve aspect ratio.
- Turn off Automatic Resize. When the view window size changes, you will see scroll bars or dead space.
-There is no way to update the view window size without a reconnect.
+There is no way to update the view window size without a reconnect in RDP Version lower than Rdc9.
This is an RDP protocol limitation.
AltGr key combinations stop working in other apps when connected to RDP
diff --git a/mRemoteNGDocumentation/protocols/rdp.rst b/mRemoteNGDocumentation/protocols/rdp.rst
index c8ad9cc6..69454d08 100644
--- a/mRemoteNGDocumentation/protocols/rdp.rst
+++ b/mRemoteNGDocumentation/protocols/rdp.rst
@@ -118,7 +118,16 @@ In RDP 8, support was improved for reconnecting RDP connections for resizing ope
RDP 9
-----
-We support this protocol version, but are not yet using any of its features.
+In RDP 9, support was further improved for reconnecting RDP connections for resizing operations.
+
+.. list-table::
+ :widths: 30 70
+ :header-rows: 1
+
+ * - Property
+ - Description
+ * - Automatic Resize
+ - When this property is enabled and ``Resolution`` is set to ``Fit to Panel`` and the connection window is resized, the RDP connection will automatically change the resolution without reconnecting.
RDP 10