- 25 support for working with tmux `master`, thanks sloria.
0.6.2
Not secure
- 197 use `LooseVersion` instead of `StrictVersion` for version checks. Thanks minijackson. - Pin packages with pyup.io - 21 Readme fix from huwenchao.
0.6.1
Not secure
- 18 Fix logger, courtesy of geekli - 19 Add support for `start_directory` in new sessions and panes, courtesy of gandelman-a. - Fix tests and add official support for 2.3
0.6.0
Not secure
- Raise exception for invalid session names. tmux does not allow names that are empty, contain periods or colons. - Remove unused `target_session` param in `Server.attach_session` and `Server.switch_client`.
0.5.1
- 12 - fix logger message when tmux doesn't exist in `PATH`
0.5
- 8 new exception `UnknownOption` - 8 return `None` for options that are valid tmux options, but unset at that scope. - 6 major documentation overhaul