v0.6.0

  * Remove use of 2to3, for compatibility with newer setuptools; thanks @hroncok!

v0.5.0

  * Fixes for  Python 3.5 compatibility; thanks @hroncok!

v0.4.0:
  * Don't call get_default_terminal() if we don't need a terminal exe;
    this avoids failing out on single-terminal sessions on OSX.
  * Don't error out if psutil is unavailable.

v0.3.0:

  * Add --live-reply option for driving live programs from recorded session.
  * Update for changes in psutil API.

v0.2.1:

  * Don't crash when given multi-byte utf8 input sequences.


v0.2.0:

  * Add options for automated typing.


v0.1.0:

  * Initial release.

