- Initial version.
- Fix pub score issues
- Implement VncAuthentication security type (aka, using a password)
- Add support for protocol versions 3.3 and 3.7
- Add support for pointer events
- Properly use the
logging
package
- Fix a minor typo issue
- Add CopyRect encoding support
- Add SetEncodings message support
- Add SetPixelFormat message support
- Fix issue #9 (hanging after some time)
- Add key event support
- Add clipboard support
- Refactoring: replace
startReadLoop()
withStream<RemoteFrameBufferClientReadMessage> incomingMessages
andvoid handleIncomingMessages()