tmuxp v0.1.11 Release Notes

Release Date: 2014-04-06 // about 10 years ago
    • before_script now loads relative to project directory with ./.
    • 👉 Use bootstrap_env.py in tmuxp's .tmuxp.yaml and .tmuxp.json project files.
    • Improvements to :meth:util.run_before_script(), :class:exc.BeforeLoadScriptFailed behavior to print stdout and return stderr is a non-zero exit is returned.
    • run_script_before has moved to util.
    • BeforeLoadScriptFailed and BeforeLoadScriptNotExists has moved to the exc module.
    • Tests for run_script_before refactored.