Releases: tmux-python/tmuxp
v1.47.0 - Maintenance release
v1.46.0 - Terminal dimension detection
Breaking changes
Workspace builder now detects terminal size (#926)
Dimensions used by workspace builder now use shutil.get_terminal_size()
.
In conjunction with main-pane-height: 67%
, for instance, this will render a proportional layout:
session_name: my session
windows:
- window_name: example with percentage
focus: True
layout: main-horizontal
options:
main-pane-height: 67%
panes:
- focus: true
- pane
To use old behavior, set TMUXP_DETECT_TERMINAL_SIZE=0
in your terminal
environment and file an issue on the tracker.
Development
Full Changelog: v1.45.0...v1.46.0
v1.46.0a0 - Terminal dimension detection
Breaking changes
Workspace builder now detects terminal size (#926)
Dimensions used by workspace builder now use shutil.get_terminal_size()
.
In conjunction with main-pane-height: 67%
, for instance, this will render a proportional layout:
session_name: my session
windows:
- window_name: example with percentage
focus: True
layout: main-horizontal
options:
main-pane-height: 67%
panes:
- focus: true
- pane
To use old behavior, set TMUXP_DETECT_TERMINAL_SIZE=0
in your terminal
environment and file an issue on the tracker.
Full Changelog: v1.45.0...v1.46.0a0
v1.45.0 - Maintenance release
Maintenance only, no bug fixes or new features
Internal improvements
Full Changelog: v1.44.0...v1.45.0
v1.44.0 - libtmux v0.36.0
Maintenance only, no bug fixes, improvements, or new features
Breaking changes
Full Changelog: v1.43.1...v1.44.0
v1.43.1 - libtmux v0.35.1
Breaking changes
libtmux v0.35.0 -> v0.35.1
Fix for tmux usage when multiple clients are attached to the same session
Full Changelog: v1.43.0...v1.43.1
v1.43.0 - Streamlined targets, libtmux bump
Breaking changes
Full Changelog: v1.42.0...v1.43.0
v1.42.0 - Improved handling of values with `-t`
v1.41.1 - Maintenance release
Window.split_window()
to Pane.split()
Full Changelog: v1.41.0...v1.41.1