We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b0d963 commit 11e2597Copy full SHA for 11e2597
CHANGES
@@ -15,11 +15,9 @@ $ pip install --user --upgrade --pre libtmux
15
16
- _Future release notes will be placed here_
17
18
-## libtmux 0.43.0 (2025-02-15)
19
-
20
### Features
21
22
-#### Context Managers for tmux Objects
+#### Context Managers for tmux Objects (#566)
23
24
Added context manager support for all main tmux objects:
25
@@ -42,6 +40,10 @@ with Server() as server:
42
40
43
41
This makes it easier to write clean, safe code that properly cleans up tmux resources.
44
+## libtmux 0.43.0 (2025-02-15)
+
45
+### Features
46
47
#### Server Initialization Callbacks
48
49
Server now accepts 2 new optional params, `socket_name_factory` and `on_init` callbacks (#565):
0 commit comments