All Versions
16
Latest Version
Avg Release Cycle
62 days
Latest Release
1089 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v2.1.2 Changes
August 21, 2018๐ fixed an ipv6 connection issue (that may occurred when checking the link-local ipv6 address)
-
v2.1.1 Changes
August 14, 2018- Resynced FreeRDP (2.0.0-dev4)
- Hyper-V VM direct connection is now labelled "RDP over VM bus" into the login screen as a distinct host type
- login form inputs are shown/hidden depending of the selected host type
- โ added support of enhanced mode for Hyper-V VM direct connection (faster rendering and remote clipboard/printer are available) (thanks jol64)
- โ added the name of the connected user into the toolbar (in addition to the connected server) when it's possible to retrieve it (standard rdp connection and non interactive logon)
- ๐ updated documentation
-
v2.1.0 Changes
August 06, 2018- ๐ support of Hyper-V VM direct connection (extension of the RDP protocol; doesn't require remote desktop access to be enabled on the guest VM) (thanks jol64)
- ๐ updated documentation for usage and limitations of the Hyper-V connection
- ๐ fixed a potential inversion of arrows and numbers keys (whatever the numlock status)
- ๐ fixed a path issue for the myrtille PDF virtual printer (in debug build or if the printer service runs under a custom account)
- ๐ fixed the files popup which always downloaded the first document, regardless of the selected one (regression from version 1.9.0)
-
v2.0.0 Changes
August 01, 2018- ๐ Resynced FreeRDP (FQDN hotfix, introduced into myrtille 1.7.0, is still active... wfreerdp need some love :/)
- ๐ the RDP security protocol (NLA, TLS, RDP, etc.) can now be selected from the login screen (RDP for compatibility and interactive logon, or in case of NLA issue; see #116)
- ๐ SSH terminal support (thanks Paul)
- โ removed any RDP references on the gateway to make it fully protocol agnostic (support of any remote access protocol)
- ๐จ file transfer and print download can now be disabled from web config (along with remote clipboard and session sharing)
- when sharing a remote session, guests now can't interact with it (they are just spectators)
- included prompt for user credentials in enterprise mode
- ๐ fixed login failure when passing domain in enterprise mode if IP is used instead of FQDN
- ๐ fixed some css in enterprise mode (under Firefox)
- ๐ websockets are now buffered for optimal performance on high latency / low bandwidth networks (thanks SieldP)
- ๐ค re-enabled stat button, which could help to diagnose connection issues (shows latency, bandwidth usage, etc.)
- โ added a small icon on top of the screen to toggle the toolbar while connected (thanks windylea)
- ๐ improved error messages in case of connection failure
- ๐จ some refactoring
-
v1.9.1 Changes
June 09, 2018- ๐ reinstated the hotfix removed into version 1.9.0, forcing IP connection when using FQDN; fact is, some people still have issues even with openssl 1.1.x (unable to reproduce, may depend on a specific configuration). more details here: FreeRDP/FreeRDP#4525 (comment)
- ๐ improved performance mitigation in case of high latency network
- 0๏ธโฃ the installer no longer requires administrator rights by default (but may still needs elevation during the installation, depending on the installed component(s))
-
v1.9.0 Changes
May 24, 2018- resynced FreeRDP (version 2.0-RC2-dev3), now using the openssl 1.1.x architecture. Should fix any previously reported FQDN and NLA issues
- โ added a pdf virtual printer; any document printed with the "Myrtille PDF" printer is downloaded to the browser and can be opened/saved/printed from there
- pdf content is now downloaded into an hidden iframe, instead of a new tab, to prevent popup blockers to block it
- โ added a client ip tracking option to prevent unauthorized accesses. configurable into web.config (thanks bigpjo)
- ๐ cookieless sessions are now disabled by default. This lowers the risk of session stealing (by simply copying the url) but also removes the ability to have multiple connections/tabs. can still be enabled into web.config, but use at your own risk! (thanks bigpjo)
- ๐ strengthened security to prevent session fixation attack or spoofing if cookieless sessions are enabled
- ๐ the remote session can now be shared with a new toolbar button that generates a one time usage url. can be disabled into web.config. (thanks bigpjo)
- a shared session now can't be disconnected by a guest. (thanks bigpjo)
- ๐ security fixes with enterprise mode to ensure that shared sessions do not give access to owner hosts. (thanks bigpjo)
- โ added an option to enterprise mode to allow hosts to be restricted to specific users (by username). (thanks bigpjo)
- ๐ enterprise mode now have a better reporting of login failures and includes a change password dialog if the user is required to change it. (thanks bigpjo)
- ๐ fixed issue with enterprise host create session including invalid /popup/ path in sessionURL. (thanks bigpjo)
- ๐ง the remote session is now disconnected after the browser window/tab is closed, or connection is lost, to prevent it from being left open server side. configurable into web.config (thanks bigpjo)
- ๐ง the database connection string (into bin/Myrtille.Services.exe.config) can now be configured to specify the SQLCE file location or use a standard SQL server (useful for a centralized database, with myrtille clustered). (thanks bigpjo)
- โ added MFA and enterprise mode configuration steps into the installer
- ๐ installer logs are now created into the install log folder (log/Myrtille.Setup.log)