Tmuxp

Latest version: v1.46.0

Safety actively analyzes 619494 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 27

1.47.0

<!-- Maintainers, insert changes / features for the next release here -->

1.46.0

Breaking change

Workspace builder now detects terminal size (926)

Dimensions used by workspace builder now use {py:func}`shutil.get_terminal_size()`.

In conjunction with `main-pane-height: 67%`, for instance, this will render a
proportional layout:

yaml
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.

Documentation

- Automatically linkify links that were previously only text.

Development

- Another `ruff` linting pass, this time with ruff 0.3.7 (928)
- poetry: 1.8.1 -> 1.8.2

See also: https://github.com/python-poetry/poetry/blob/1.8.2/CHANGELOG.md

1.45.0

_Maintenance only, no bug fixes or new features_

Development

- Aggressive automated lint fixes via `ruff` (922)

via ruff v0.3.4, all automated lint fixes, including unsafe and previews were applied:

sh
ruff check --select ALL . --fix --unsafe-fixes --preview --show-fixes; ruff format .


Branches were treated with:

sh
git rebase \
--strategy-option=theirs \
--exec 'poetry run ruff check --select ALL . --fix --unsafe-fixes --preview --show-fixes; poetry run ruff format .; git add src tests; git commit --amend --no-edit' \
origin/master

1.44.0

Breaking changes

- libtmux: 0.35.1 -> 0.36.0 (923)

Internal refactorings and maintenance.

1.43.1

Breaking changes

- libtmux: 0.35.0 -> 0.35.1

Improved support in libtmux when multiple clients attached to a session in a server.

1.43.0

Breaking changes

- libtmux: 0.34.0 -> 0.35.0 (920)

Simplify redundant `target` passing and `window-index` usages (920)

Page 1 of 27

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.