Skip to content

Commit f2921e8

Browse files
committed
py(deps): libtmux: 0.35.0 -> 0.35.1
Fix for finding active sessions when > 1 client connected
1 parent 9571315 commit f2921e8

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

CHANGES

+6
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
1919

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

22+
### Breaking changes
23+
24+
- libtmux: 0.35.0 -> 0.35.1
25+
26+
Improved support in libtmux when multiple clients attached to a session in a server.
27+
2228
## tmuxp 1.43.0 (2024-03-17)
2329

2430
### Breaking changes

poetry.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ tmuxp = 'tmuxp:cli.cli'
4747

4848
[tool.poetry.dependencies]
4949
python = "^3.8"
50-
libtmux = "~0.35.0"
50+
libtmux = "~0.35.1"
5151
colorama = ">=0.3.9"
5252
PyYAML = "^6.0"
5353

0 commit comments

Comments
 (0)