Releases: tmux-python/tmuxp
Anaconda support, entr(1) file watcher, better env compatbility
v0.9.3 Update to 0.9.3
v0.9.2 - support for tmux 2.1
Update README to include tmux 2.1 support
v0.9.1
Release v0.9.0
[internal]: Renamed config.expandpath to config.expandshell.
[internal] [tests]: compat 2.7/3.3 wrapper for EnvironmentVarGuard for testing.
[shell_command_before]: You can now use environment variables inside of start_directory, before_script, shell_command_before, session_name and window_name.
[docs] [examples]: add example for environmental variables, examples/env-variables.json and examples/env-variables.yaml.
[internal] de-vendorize colorama. Thanks @marbu. #110
[tests] fix failure of test_pane_order on fedora machines #109 from @marbu
[manuals]: append .txt extension to manuals (repo ony) #105 from @yegortimoshenko.
[internal] Fix Server.attached_sessions return type #107 by @thomasballinger.
[internal]: update travis to use new tmux git repository.
v0.8.1
v0.8.0
Support for before_script with arguments
Merge pull request #95 from tony/before_script-arguments Support for before_script with arguments
Improve support for loading project files outside of cwd
Support for relative start_directory when loading outside of cwd
- behavior of .expand to honor os.path.expanduser at the time of expansion, rather than when building.
- expandpath function
- tests, docs