tmuxp v0.9.0 Release Notes

Release Date: 2015-07-08 // almost 9 years ago
    • 📇 Renamed config.expandpath to config.expandshell.
    • compat 2.7/3.3 wrapper for EnvironmentVarGuard for testing.
    • You can now use environment variables inside of start_directory, before_script, shell_command_before, session_name and window_name.
    • [examples]: add example for environmental variables, examples/env-variables.json and examples/env-variables.yaml.
    • :issue:110 de-vendorize colorama. Thanks @marbu.
    • :issue:109 fix failure of test_pane_order on fedora machines from @marbu_
    • :issue:105 append .txt extension to manuals (repo ony) from @yegortimoshenko_.
    • :issue:107 Fix Server.attached_sessions return type by @thomasballinger_.
    • ⚡️ update travis to use new tmux git repository.