Build 947
1. Set twoFA = 2 in gateway.conf to enforce two-factor authentication.
2. Verify hostname for TLS encryption when trustCertOnly is true and trustStore is enabled.
3. The gateway can create a symbolic link to a public file or folder automatically in redirected drive (diskSymbolicTarget and diskSymbolicName in gateway.conf).
4. Fixed a “Invalid RTF format” issue when copying formatted text.
5. Groups filter for Active Directory integration.
6. Fixed numLock sync issue after browser window is resized.

Build 946
1. Allow setting up port and security protocols (tls, ssl) for Active Directory integration.
2. Allow running an external application after user uploaded a file to gateway (file.post in gateway.conf).
3. Don’t fallback to non-tls encryption if trustStore must be used for RDP connection.

Build 945
1. Support two-factor authentication on any connections with Google or Microsoft Authenticator.
2. Fullscreen button with keyboard lock on info dialog, so user can use browser and OS reserved shortcuts (Chrome, Edge, Opera only).
3. Fixed smart card dialog not displayed issue when smartcard redirection is enabled.
4. Don’t set browser title on player mode.
5. Player.html can also play a file from the URL: http://anyServer/player.html?target=/recording/file.rdpv

Build 944
1. Fixed display issue when connecting to specific Windows 2008 or before.
2. New examplePost.html for HTTP Post integration.
3. Support two-factor authentication with Google Authenticator.
4. Make Wake on Lan options available in config.html.

Build 943
1. Make sure resolution is valid even if it’s from a trusted source (Server, minWidth, minHeight).

Build 942
1. Password is not needed for HTTP API to get gateway build information: http://gateway/CONTROL?target=gateway

Build 941
1. New HTTP API to get gateway build information: http://gateway/CONTROL?target=gateway&…
2. Set trustStore in gateway.conf, so only trusted RDP, VNC servers can be connected.
3. SSH: Fixed mouse wheel direction issue.

Build 940
1. Fixed “Too many open files” issue.
2. Display timeout info for session initiated with symlink (config.html).
3. Fixed non-standard port (443) was not used isse when redirecting http to https connection (redirectToHttps = true in gateway.conf).

Build 939
1. Fixed time not displayed issue on symlink (config.html).
2. Added “Terminate related sessions” option for symlink (config.html).
3. Better RemoteApp handling.

Build 938
1. ctrlToWin (default is true, false: no converting) and cmdToCtrl (default true, false: convert to Windows key) parameters for key mapping on MacOS.
2. SSH: Support URXVT and SGR mouse modes.
3. New terminateAll property for symlink, the gateway will terminate related active session if the symlink expired.

Build 937
1. Set up token name and executable or HTTP service to verify the token.
2. Fixed “Only one can control” not working on SSH session when it’s configured before session joining.

Build 936
1. RDP: Fixed keyboard redirection code page issue introduced in build 935.

Build 935
1. SSH: Fixed browser no response issue with large output.
2. RDP: Fixed appcfg.numLock = true not working issue on specific RDP severs.
3. RDP: Try to close all active RemoteApps when connection is disconnected by setting appcfg.closeRemoteApp = true.
4. RDP: Fixed IntlRo, IntlYen input issue on Japanese keybaord (Unicode only)

Build 934
1. hi5.appcfg.ctrlToWin option to disable mapping Ctrl key to Windows key on macOS.
2. RDP: Fixed Numlock disabled issue when resizing the browser.

Build 933
1. RDP: new onnetworkresult(result) event and getNetworkResult() for Network Characteristics. disabled by default, set hi5.appcfg.detectNetwork = true to enable it.
2. RDP: hi5.appcfg.displayVC option to disable Display Update Virtual Channel.
3. More arguments for com.toremote.gateway.Encryption tool, which can encrypt passwords in gateway.conf automatically, and return encrypted password without user input.
4. Allow unverified email for access token in OAuth2 (Fixed a parsing error with Okta).
5. Don’t rename the file name any more when copy file from the server.
6. Physical keyboard can be used directly on iOS (No need to click the keyboard icon).

Build 932
1. VNC: Catch invalid resolution error when connecting to extra port on TightVNC.
2. Fixed a RemoteApp window resizing issue.

Build 931:
1. VNC: Supports Apple user name, password authentication.
2. VNC: Better performance on Tight encoding.

Build 930:
1. Remove expired symlink every 5 minutes.
2. New delSymlinkServer switch in gateway.conf, if it’s true (default is false), the gateway will delete the related server if a symlink was deleted.
3. Fixed first key not working issue after pressing numpad key with Unicode keyboard and French local.
4. Display full user name instead on cursor with session shadowing.

Build 929:
1. Use fewer memory when copying file from remote to local.
2. Fixed onurlredirection not working issue.
3. Fixed AltGr, ! key issues on IE/Edge with French unicode keyboard.
4. Fixed player seeking position issue, and dependency on remotectl canvas on VNC playback.
5. Fixed beforeupload return true not working issue.

Build 928:
1. Don’t query DNS when host name is not in whitelist.
2. Fixed number and Alt+NumPad input issue on unicode keyboard combined with local French OS.

Build 927:
1. RDP: Added resetSize(width, height) to adjust the resolution for remote desktop and display and display area for RemoteApp.
2. VNC: Fixed a recorded file playing back issue.
3. VNC: Fixed sending extra KEY_RESERVED when pressing SYSRQ on TigerVNC with RawKeyboard enabled.
4. VNC/SSH: Fixed connection issue when confirmJoin is true.
5. ALL: LocalInteface supports customized ui components: var surface = new svGlobal.LocalInteface(canvas, {notifications: new hi5.Notification(rootContainer), pcKey: yourPckKey, toolbar: yourToolbar});
6. Fixed seekbar position not working issue when playing recorded ssh session.

Build 926
1. RDP: Close the file downloading notification after the file was downloaded.

Build 925
1. VNC: Fixed no keyboard input issue when qemu keyboard extension enabled in the VNC server.

Build 924
1. RDP: Fixed session disconnecting issue when fileUnprompted is set in gateway.conf in a rare case.
2. RDP: Fixed wrong key generated issue when pressing Shift+7, NumPad_Add on Unicode keybaord.
3. RDP: Fixed Ctrl+PrtScn generateing PrtScn down/up, Ctrl down/up issue.
4. RDP: hi5.appcfg.remoteCursor = true to use remote cursor only.
5. Fixed element of null issue when closing a session.

Build 923
1. Fixed SSO not working issue on RD webfeed integration.
2. Fixed getButton of null (toolbar) issue.

Build 922:
1. Fixed Illegal char * issue on RDWeb feed integration (Invalid Windows Path).

Build 921:
1. The gateway sets a JESSIONID cookie, which can be used by load balancer.
2. FILE: Fixed “Marlformed URL” exception in SMB2/SFTM file proxy.