Releases: MarcusWichelmann/MarcusW.VncClient
Releases · MarcusWichelmann/MarcusW.VncClient
1.0.0 Alpha 4
- Updated to Avalonia 0.10.0
- Removed dependency on
Quamotion.TurboJpegWrapper
and made the availability oflibturbojpeg
optional (shows a warning, if TurboJPEG and therefore Tight is unavailable) - Changed the
IAuthenticationHandler
-Interface for better type-safety - Improved
ServerFence
implementation - Relaxed some sanity checks to improve compatibility with UltraVNC Server (ultravnc/UltraVNC#8 (comment), rfbproto/rfbproto#38 (comment))
- Added password-dialog and fullscreen-mode to Avalonia sample application
- More Bugfixes
1.0.0 Alpha 3
- Added
CopyRect
andTight
frame encodings for more efficient framebuffer updates - Added support for the
DesktopSize
pseudo encoding to handle foreign framebuffer resizes - Implemented the
ExtendedDesktopSize
pseudo encoding for multi-monitor support - Allowed client-side framebuffer resizing using the
SetDesktopSize
message - Improved the Avalonia sample appliation
- Bugfixes
1.0.0 Alpha 2
This is the initial alpha release with core remote control functionallity.