Libtmux

Latest version: v0.37.0

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

Scan your dependencies

Page 2 of 15

0.32.0

_Maintenance only, no bug fixes or new features_

Packaging

- Add implicit imports to `__init__.py` (531), thank you ssbarnea.

Development

- ruff 0.2.2 -> 0.3.0

0.31.0

Cleanups (527)

- Streamline `{Server,Session,Window,Pane}.cmd()`, across all usages to:
- Use `cmd: str` as first positional
- Removed unused keyword arguments `**kwargs`

Renamings (527)

- `Session.attached_window` renamed to {meth}`Session.active_window`

- `Session.attached_window` deprecated

- `Session.attached_pane` renamed to {meth}`Session.active_pane`

- `Session.attached_pane` deprecated

- `Window.attached_pane` renamed to {meth}`Window.active_pane`

- `Window.attached_pane` deprecated

Improvements (527)

- `Server.attached_windows` now uses `QueryList`'s `.filter()`

Documentation (527)

- Document `.cmd` in README and quickstart
- Add doctests and improve docstrings to `cmd()` methods across:
- {meth}`Server.cmd()`
- {meth}`Session.cmd()`
- {meth}`Window.cmd()`
- {meth}`Pane.cmd()`

Post-release: v0.31.0post0 (2024-02-17)

- Documentation updates

0.30.2

Development

- Updated `TMUX_MAX_VERSION` from 3.3 to 3.4

0.30.1

Fixes

- Adjusted pytest plugin and test module: Updated to use renamed methods from
version 0.30.0.

0.30.0

Additions

- Introduced {meth}`Pane.kill()` method

Modifications

- `Window.select_window()` renamed to {meth}`Window.select()`
- Deprecated `Window.select_window()`
- `Pane.select_pane()` renamed to {meth}`Pane.select()`
- Deprecated `Pane.pane_select()`
- `Session.attach_session()` renamed to {meth}`Session.attach()`
- Deprecated `Session.attach_session()`
- `Server.kill_server()` renamed to {meth}`Server.kill()`
- Deprecated `Server.kill_server()`
- `Session.kill_session()` renamed to {meth}`Session.kill()`
- Deprecated `Session.kill_session()`
- `Window.kill_window()` renamed to {meth}`Window.kill()`
- Deprecated `Window.kill_window()`

Enhancements

- {meth}`Server.new_session()`: Support environment variables
- {meth}`Window.split_window()`: Support `size` via `-l`

Supports columns/rows (`size=10`) and percentage (`size='10%'`)

0.29.0

Fixes

- Use {exc}`DeprecationWarning` for APIs set to be deprecated (526)

Testing

- pytest: Ignore {exc}`DeprecationWarning` by default (526)

Page 2 of 15

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.