Skip to content

Releases: MarcusWichelmann/MarcusW.VncClient

1.0.0 Alpha 4

23 Jan 12:45
d68bf87
Compare
Choose a tag to compare
  • Updated to Avalonia 0.10.0
  • Removed dependency on Quamotion.TurboJpegWrapper and made the availability of libturbojpeg 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

02 Nov 16:36
a10934c
Compare
Choose a tag to compare
  • Added CopyRect and Tight 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

23 Sep 10:34
a0e97fe
Compare
Choose a tag to compare

This is the initial alpha release with core remote control functionallity.