TSplus Remote Access

RESMÎ SÜRÜM NOTU

v11.20

27 değişiklik

Bu sürümde neler değişti?

  1. 01

    The HTML5 new features for iFrames has been updated. On Smartphone/tablet we added the option to display a zoom-in/zoom-out buttons on the top menu.

  2. 02

    New TSplus Remote Desktop app "ready". The server side is now ready to supportthe upcoming TSplus Remote Desktop app for Android, IOS and Windows.

  3. 03

    File Drag & Drop in HTML5: We added one new feature. If you create a file named targetfolder.txt in the current user AppData directory In which you will write the destination folder for this user. Then, instead of using the global value of destination folder, the drag & drop file(s) will be redirected to this user folder. We modified Folder.exe to use this new feature. When the administrator specify by a command line that the folder to display is not the user Desktop, Then, this folder path is used as destination path for the drag & drop files.

  4. 04

    Added "No mouse pointer" option in the AdminTool HTML5 client tab.

  5. 05

    HTML5 enhancements:

  6. 06

    Improved mouse handling on PC browsers like FireFox, Chrome and IE Edge. This improvement is the following: when you hold any mouse button and go out of browser area dimensions, by releasing the mouse button now this action is catched too, more over on modern browsers it will even listen to mouse movements while mouse button is pressed and cursor moved out of browser area. That fixes such bug that when marking text with mouse and moved out of browser area, released the mouse button, this release was not catched before in older version and the rdp session still believed that mouse was pressed, and after trying to copy with ctrl+c to clipboard - because mouse inside session was assumed to be pressed - this action was rejected by rdp session and so finally failed. So this update now greatly improves such handling.

  7. 07

    Added new parameter W.target_filecopy_behavior = 1; Feature requested, as example by ** = 1 the file copied to target will overwrite old file without prompt instead enumerating copy numbers. However that option does not affect the file names inside //tsclient/WebFile/ but only final target copied files as example when moved to desktop from WebFile. This option requires new webime.au3 which is inside archive!

  8. 08

    Added support for port forwarding of OpenVPN messages, so this would allow usage of OpenVPN on same port. To by this version such scenario would be now possible on same port.

  9. 09

    MyRemoteDesktop: Several light bugs were fixed.

  10. 10

    If the user PC was too fast at reboot, an error was displayed.

  11. 11

    Mutliple instances of MyRemoteApp.exe was able to run.

  12. 12

    Multiple instances of svcr.exe was able to run.

  13. 13

    UrlOnClient: When an administrator wishes to publish UrlOnClient to push a link on the user PC, AND, if this application is declared as the single application started by the user (or is the Web Application Portal is inforced) then, the UrlOnClient was not working as exected.

  14. 14

    When the administrator changed the Web Portal theme, the Update Release was reverting it to the default one.

  15. 15

    The security feature "Allow CUT/PASTE" and the custom target folder for the file transfer on a server were not working as expected.

  16. 16

    The Application Panel application was not display at the 4th position in the application list. It is fixed now; doing so it less confusing for the administrator. We added also the feature to automatically unselect the other reserved applications when the Application Panel is selected.

  17. 17

    HTML5: the new version is providing a better handling of reconnections

  18. 18

    Folder.exe: The design of Folder.exe has been enhanced.

  19. 19

    File Drag & Drop in HTML5: The target folder was not properly handled.

  20. 20

    Reconnecting a session: The code to handle the reconnection has been rewritten to avoid possible issue related to the change of the session ID.

  21. 21

    Remove folders/registry entries at logoff: The code to remove the session related folders have been rewrite to clean the disk and the registry at logoff. Please keep in mind that these action does not apply when the logoff is started by the Windows Start button or a GPO timeout, or a terminated disconnected session.

  22. 22

    The latest W2012 R2 KB was not compatible with TSplus. It is fxed now.

  23. 23

    In html5.html?xyz=** passed url parameters in non latin chars like chinese were incorrectly recognized by Chrome and FireFox, now fixed. Additionally fixed issue when passed as example &port=3390 etc, such passed port was not accepted internally

  24. 24

    iOS Safari, when changing orientation before first finger touch the orientation was not changed

  25. 25

    On mobile devices when used W.viewportminwidth/W.viewportminheight,the file/print frames were incorrectly positioned. More over fixed W.scrollOverBounds = { "moveScroll" for handling such overflowing cases.

  26. 26

    On IE Edge there was a strange bug, when mouse cursors changed to fast then IE just has hidden cursor until next mouse movement. This update improves it.

  27. 27

    A fix inside webime.au3 that caused fallback reading on new Windows systems like Windows10. In fact, that it worked earlier on older Win10 systems or Windows2008, that was just accident that Microsoft accepted "0" as passed parameter which was wrongly, now that is fixed and working perfectly by me on new Win10 and same fine on Win2008, pretty backward compatible.