Myrtille v2.8.0 Release Notes

Release Date: 2020-01-25 // about 4 years ago
    • ๐Ÿ“š myrtille is now available as a docker image (see DOCUMENTATION.MD)
    • ๐Ÿ›  resynced FreeRDP (among many things, fixes some issues related to the clipboard and audio)
    • ๐Ÿ›  fixed session disconnect occuring under some circumstances on clipboard paste
    • ๐Ÿ›  fixed an issue where only the first letter of the clipboard content was displayed on clipboard paste
    • 0๏ธโƒฃ simplified hosts management (no domain or enterprise mode required); default login: admin/admin (changed upon first login)
    • โšก๏ธ updated the enterprise mode so that a member of "EnterpriseAdminGroup" can connect an host whatever the allowed groups or users defined on it (thanks dgcom)
    • ๐Ÿ›  fixed an issue with the enterprise mode, which prompted to change the password due to expiration whereas the expiration date was just not set (thanks dgcom)
    • the installer is now shipped without bootstraper (Setup.exe); open Myrtille.msi directly instead
    • ๐ŸŒ the installer now installs the myrtille pre-requisites automatically (roles and features); the related script (Myrtille.Web\Install.ps1) can also be run manually from outside the installer, if needed
    • โฌ†๏ธ the installer now supports upgrading (thanks to Orca, which allows finer control over msi files), removing the need to uninstall a previous version first
    • ๐Ÿ”’ security protocol is now configurable for RDP over VM bus
    • ๐Ÿ”ง user domain is now configurable whatever the protocol and displayed into the toolbar, if defined
    • โšก๏ธ updated comments to drain disconnected sessions when using a connection broker in HA mode (myrtille services config)
    • ๐Ÿ“š starting with Windows Server 2019 (or Windows 10 release 1903), RDS introduces changes with NLA and the way disconnected sessions are handled (see DOCUMENTATION.MD); myrtille now default to scale instead of reconnect
    • 0๏ธโƒฃ if scaling the display on browser resize, you can choose whether to preserve or not the aspect ratio (config.js, default = don't keep)
    • ๐Ÿ›  various minor fixes