Tmuxp Versions Save

🖥️ Session manager for tmux, build on libtmux.

v1.47.0

2 weeks ago

Maintenance only, no bug fixes or new features

Bump libtmux

Full Changelog: https://github.com/tmux-python/tmuxp/compare/v1.46.0...v1.47.0

v1.46.0

3 weeks ago

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.

by @tony in https://github.com/tmux-python/tmuxp/pull/926

Development

Full Changelog: https://github.com/tmux-python/tmuxp/compare/v1.45.0...v1.46.0

v1.46.0a0

1 month ago

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.

by @tony in https://github.com/tmux-python/tmuxp/pull/926

Full Changelog: https://github.com/tmux-python/tmuxp/compare/v1.45.0...v1.46.0a0

v1.45.0

1 month ago

Maintenance only, no bug fixes or new features

Internal improvements

Full Changelog: https://github.com/tmux-python/tmuxp/compare/v1.44.0...v1.45.0

v1.44.0

1 month ago

Maintenance only, no bug fixes, improvements, or new features

Breaking changes

Full Changelog: https://github.com/tmux-python/tmuxp/compare/v1.43.1...v1.44.0

v1.43.1

1 month ago

Breaking changes

libtmux v0.35.0 -> v0.35.1

Fix for tmux usage when multiple clients are attached to the same session

Full Changelog: https://github.com/tmux-python/tmuxp/compare/v1.43.0...v1.43.1

v1.43.0

1 month ago

Breaking changes

Full Changelog: https://github.com/tmux-python/tmuxp/compare/v1.42.0...v1.43.0

v1.42.0

1 month ago

Breaking changes

libtmux 0.34.0 (https://github.com/tmux-python/tmuxp/pull/919)

  • cmd: Pass explicit target

Full Changelog: https://github.com/tmux-python/tmuxp/compare/v1.41.1...v1.42.0

v1.41.1

1 month ago

Window.split_window() to Pane.split()

Full Changelog: https://github.com/tmux-python/tmuxp/compare/v1.41.0...v1.41.1

v1.41.0

1 month ago

Maintenance only, no bug fixes or new features

Breaking changes

Full Changelog: https://github.com/tmux-python/tmuxp/compare/v1.40.0...v1.41.0