Release Notes: This release addresses CPU overutilization in open SSH sessions and simplifies how custom SSH keys are defined. The project dependencies were updated.
Release Notes: This release allows users to have the option to specify the SSH key pair used by the application instead of auto-generating upon startup. It also updates the dependency libraries.
Release Notes: This release upgrades all project dependencies including Struts2 to address ClassLoader vulnerabilities (CVE-2014-0112, CVE-2014-0113).
Release Notes: This release fixes an issue that prevents the connection error messages from displaying when the last term connection fails.
Release Notes: This release adds a regular expression search that will sort and move matched terminals to the top of the display window. Terminal performance was greatly increased, and session audits were turned off by default. Project dependencies were updated.
Release Notes: This release adds a disconnect option when dragging the terminal window to the navigation bar.
Release Notes: This release adds many UI/UX improvements, adds fixes to send DEL ASCII values instead of BS, and has been modified so the terminal refresh rate is configurable.
Release Notes: This release fixes an issue that prevented terminal output from displaying when keypress / keydown events were called at the same time as the output event.
Release Notes: To keep CPU utilization in check, this release modifies Web sockets to display output every 500ms. It updates the project dependencies.
Release Notes: Modified to use WebSockets in place of AJAX polling.