Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Myrtille_2.8.0_x86_x64_Setup.msi | 2020-01-26 | 42.6 MB | |
README.md | 2020-01-25 | 2.0 kB | |
Simplified host management (no domain needed), installer upgrade, docker image, clipboard fixes, and more!.tar.gz | 2020-01-25 | 30.7 MB | |
Simplified host management (no domain needed), installer upgrade, docker image, clipboard fixes, and more!.zip | 2020-01-25 | 30.9 MB | |
Totals: 4 Items | 104.1 MB | 0 |
- pre-requisites change; myrtille now requires Windows 8.1 or Windows Server 2012 R2 or greater
- the installer is now shipped without bootstraper (Setup.exe); open the myrtille msi file directly instead
- the installer now installs the myrtille pre-requisites automatically (roles and features); the related powershell scripts 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
- 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
- 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)
- 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
- 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