v0.5
WARNING: this is the last major release that will have support for Base64 and Internet Explorer 9.
The branch novnc-legacy will contain this code with any future critical bug fixes applied.
Major Changes Since v0.4
General Fixes/Improvements
- Use Object.defineProperty on Array prototype to prevent issues with enumeration
- Internal Refactor for improved testability -- NOTE: code which interfaces directly with noVNC may see minor breakage (e.g. custom UI elements, etc). Please report any bugs you find
- Improved parsing of query string parameters
- Support container page scrolling
- Fixed IE10 keyboard support
- Fixes for mobile keyboards (Android and iOS)
- Improved foreign keyboard support
- dynamic script loading without document.write
Protocol Support
- TightVNC support (we support choosing the NOTUNNEL type if tunnels are requested)
- XVP Support