Skip to content

Mosh for Chrome v0.2.9.17

Compare
Choose a tag to compare
@rpwoodbu rpwoodbu released this 24 Apr 06:38
· 155 commits to master since this release

This release has a few new features, some bug fixes, and fixes an important regression.

  • Tab key fixed for Chrome 43. Due to a change in Chrome 43 (just now promoted to beta), the tab key stopped working, making life in the shell pretty terrible. Updating to the latest hterm fixes the issue.
  • Home/End keys fixed. There was a terminal emulation bug in hterm. See Issue #58 for details.
  • Improved ssh key management UI. It is now clearer whether you've saved a key.
  • Fixed escape key handling in fullscreen mode. See Issue #85. h/t @gsf.
  • Separate out remote command from mosh command. This is now more in line with the mosh CLI.
  • Internal changes. Lots of changes behind the scenes, including switching to C++11 and using it in all its glory, switching to a new version numbering scheme, etc.