v0.0.1.0
_This is a pre-release (non-production ready)_
This release improves on the terminal experience by including a rewritten ANSI client side parser and an ANSI compliant server side PTY for Windows console applications. Direction keys, Tab (auto completion) and Ctrl+C should now be enabled. This means that many server side console applications will now work seamlessly over remote ssh sessions. Powershell has so far been launched as "Powershell -File -". These std io redirecting arguments are no longer required. You may launch Powershell.exe directly and should see its rich native experience.
When talking to an Unix target from Windows 10, use "Legacy Mode" in console to work around "vi" and "top" issues.
NOTE: The server side changes do not work on Nano yet.
See features/improvements here