Skip to content

v3.0.1

Latest

Choose a tag to compare

@github-actions github-actions released this 10 Jun 06:56

v3.0.1 (2026-06-10)

This release is published under the MIT License.

Bug Fixes

  • Spawn tmux render pane via absolute termrender path, not bare PATH name (993c646)

The tmux pane command baked a bare termrender token into split-window/ respawn-pane, so the spawned pane resolved it via $PATH. A venv-only install (invoked by absolute path, not on PATH) produced a pane that died instantly and silently. Build the pane command from termrender's own absolute invocation (argv[0] when executable, else python -m termrender).


Detailed Changes: v3.0.0...v3.0.1