@novnc/novnc 1.6.0-beta → 1.6.0-beta-gb25675e

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -66,7 +66,7 @@ profits such as:
66
66
  RSA-AES, Tight, VeNCrypt Plain, XVP, Apple's Diffie-Hellman,
67
67
  UltraVNC's MSLogonII
68
68
  * Supported VNC encodings: raw, copyrect, rre, hextile, tight, tightPNG,
69
- ZRLE, JPEG, Zlib
69
+ ZRLE, JPEG, Zlib, H.264
70
70
  * Supports scaling, clipping and resizing the desktop
71
71
  * Supports back & forward mouse buttons
72
72
  * Local cursor rendering
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@novnc/novnc",
3
- "version": "1.6.0-beta",
3
+ "version": "1.6.0-beta-gb25675e",
4
4
  "description": "An HTML5 VNC client",
5
5
  "browser": "lib/rfb",
6
6
  "directories": {