Skip to content

Tags: mkbiltek2019/myrtille

Tags

v2.8.0

Toggle v2.8.0's commit message
updated markdown

v2.7.1

Toggle v2.7.1's commit message
* HOTFIX * fixed a potential crash of myrtille services when sending …

…a disconnect notification (cedrozor#187, thanks gtmsew)

the automatic application pool recycling is now disabled by default, and is not applicable if using the enterprise mode (this prevents enterprise sessions to be dropped unexpectedly!)
if recycling is enabled, a new http session is now acquired on disconnect; this prevents a subsequent login failure (due to the old http session being invalid) without any error message

v2.7.0

Toggle v2.7.0's commit message
version 2.7.0 (see changelog)

v2.5.5

Toggle v2.5.5's commit message
added audio support (MP3 (default)/WAV, config.js)

(beta) added a REST API to prevent the connection details to be passed into the querystring; a connection identifier (&cid=) is passed instead and the connection details are retrieved by the myrtille gateway using the REST API
(beta) added a REST API to share a remote session and manage the active guest(s)
(beta) added a REST API to take screenshots of the remote session (either automatically (periodically), or manually)
added the ability to hide the toolbar (web.config, you can hide it if using your own UI)
added the ability to disable connection from login screen or url (web.config, you can disable it if using a connection API)
fixed a regression into the buffer processing
fixed a mouse left button bug which happened sometimes in HTML4
fixed a display glitch with too many divs displayed at once in HTML4
fixed a keyboard handling issue with Ubuntu in RDP over VM bus (Hyper-V) mode
fixed some issues related to session sharing
improved the ability to run myrtille into an iframe (like for multiple connections/tabs, requires "cookieless=useURI" mode into web.config): multiple iframes on a same page, key combination to switch from one iframe to another (shift + alt), focus management, etc.; cross domain restriction can be avoided by having all iframes on the same domain as the main page
improved the scale and reconnect features on browser resize; they can now be toggled from the toolbar (instead of using a web.config key)
toolbar state is now saved into a cookie to persist across page reload(s)
stat, debug and compatibility modes are now handled client side, saved into a cookie and always available; they are no longer bound to the remote session (so that, if the remote session is shared, guest(s) can now use them independently from the owner!)
a remote session now supports mixed HTML4 and HTML5 client(s)
fixed some issues in compatibility (HTML4) mode (long-polling); for example, missing carriage returns and line feeds into SSH terminal and remote clipboard popup
removed the display websocket buffer (as the connection remains open, it was not really necessary nor did it provide satisfactory results)

v2.3.1

Toggle v2.3.1's commit message
added sponsors and fun sections into README

v2.3.0

Toggle v2.3.0's commit message
updated changelog & documentation about the password hash retrieval f…

…rom url

v2.2.0

Toggle v2.2.0's commit message
disabled the myrtille application pool recycling

moved the remote session counter (auto-increment) to the service layer
myrtille pdf printer is now disabled by default in web.config
fixed SSH on non-default port (thanks pk910)

v2.1.2

Toggle v2.1.2's commit message
Merge branch 'master' of https://github.com/cedrozor/myrtille

v2.1.1

Toggle v2.1.1's commit message
support of enhanced mode for Hyper-V VM direct connection

see CHANGELOG

v2.1.0

Toggle v2.1.0's commit message
fixed files download regression (was always downloading the first doc…

…ument, whatever the selected one)