We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 975937b commit 2609f43Copy full SHA for 2609f43
CHANGES
@@ -14,6 +14,25 @@ $ pip install --user --upgrade --pre libtmux
14
15
<!-- Maintainers and contributors: Insert change notes for the next release above -->
16
17
+### Breaking
18
+- Server: Add `__repr__` and set `socket_path` if none set.
19
+
20
+ Before (0.17 and below):
21
22
+ ```python
23
+ libtmux.server.Server object at ...>
24
+ ```
25
26
+ New `__repr__` (0.18+):
27
28
29
+ Server(socket_name=test)
30
31
32
33
+ Server(socket_path=/tmp/tmux-1000/default)
34
35
36
## libtmux 0.17.2 (2022-12-27)
37
38
- Server: Move `_list_panes` and `_update_panes` to deprecated
0 commit comments