Releases: tmux-python/tmuxp
v1.5.0
- Support Click 7.0
- Remove unused
__future__imports - #471 Update libtmux 0.8.0 -> 0.8.1
- Sort imports
- Add configuration and make command for isort.
- Add sphinxcontrib-napoleon.
- Assure requirements/dev.txt dependencies are in Pipfile
- Update sphinx, releases to latest version
- Sync requirements/*.txt dependencies with Pipfile.
- Update docstring style to use numpy-style documentation. This enhances readability and plays nicely with sphinx documentation.
- Documentation overhaul.
- Areas like :meth:
tmuxp.cli.load_workspaceare now documented verbosely. This is so contributors helping on the project can more quickly gain situational awareness in this tricky area of code.
v1.3.0
v1.2.1
v1.0.0rc1
v0.11.0
v0.10.0
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.