Releases: royalapplications/royalapps-community-freerdp
Releases · royalapplications/royalapps-community-freerdp
Release v1.1.3
What's Changed
- new version of wfreerdp (build from 2022-08-03) by @StefanKoell in #10
Full Changelog: v1.1.1...v1.1.3
Release v1.1.1
What's Changed
- Improve the way events are raised from background threads by @StefanKoell in #9
Full Changelog: v1.1.0...v1.1.1
Release v1.1.0
What's Changed
- Added remote desktop scaling support (zoom) by @StefanKoell in #5
- Implemented CertificateError event by @StefanKoell in #6
- Implemented VerifyCredentials event by @StefanKoell in #7
New Contributors
- @StefanKoell made their first contribution in #5
Full Changelog: v1.0.1...v1.1.0
Release v1.0.1
What's Changed
- fixed wrong wfreerdp.exe extraction path by @st9rm1337 in #1
New Contributors
- @st9rm1337 made their first contribution in #1
Full Changelog: v1.0.0...v1.0.1
Release v1.0.0
This is the first public release of the FreeRDP WinForms user control for easy remote desktop embedding in WinForms apps. Target Frameworks: .NET Framework 4.5+ and .NET 5+
Features:
- Auto Expand Desktop Size: keep
DesktopWidth
andDesktopHeight
set to0
- Desktop Scaling: set the
DesktopScaleFactor
to a value between100
and500
. If you set it to >100
, make sure you also setDeviceScaleFactor
to140
or180
. - Smart Reconnect: set
SmartReconnect
totrue
to adapt to the new desktop size when the container size has been changed. - All properties can be found here: FreeRdpConfiguration.cs
Full Changelog: https://github.com/royalapplications/royalapps-community-freerdp/commits/v1.0.0