Skip to content

Friendlier Getting Started

Pre-release
Pre-release
Compare
Choose a tag to compare
@brianp brianp released this 19 Jun 09:25
· 282 commits to master since this release

v0.4.0 (2016-06-19)

Enhancement:

  • Increase the principle of least surprise by creating the project config directory during the first run, if the directory doesn't exist.

Bug fixes:

  • v0.3.5 (2016-06-18) - Add a fix for focusing on the top most first window when the session is attached.
  • v0.3.4 (2016-06-16) - Fixes a bug and now supports directories with spaces in the name.
  • v0.3.2 (2016-06-05) - Fixed a bug where blank values quotes values ex: "" created a send keys command for execution of no command. Instead let blank values opt out of the command completely.

Internals:

  • Uses has-session to find existing sessions.
  • Major changes to the integration testing suite. Makes testing against newly added values easier to access. Collects additional information to test against.