File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,32 @@ $ pip install --user --upgrade --pre libtmux
14
14
15
15
<!-- Maintainers and contributors: Insert change notes for the next release above -->
16
16
17
+ ### New commands
18
+
19
+ - {meth}` Pane.kill() `
20
+
21
+ ### Renamed commands
22
+
23
+ - ` Window.select_window() ` renamed to {meth}` Window.select() `
24
+ - Deprecated ` Window.select_window() `
25
+ - ` Pane.select_pane() ` renamed to {meth}` Pane.select() `
26
+ - Deprecated ` Pane.pane_select() `
27
+ - ` Session.attach_session() ` renamed to {meth}` Session.attach() `
28
+ - Deprecated ` Session.attach_session() `
29
+ - ` Server.kill_server() ` renamed to {meth}` Server.kill() `
30
+ - Deprecated ` Server.kill_server() `
31
+ - ` Session.kill_session() ` renamed to {meth}` Session.kill() `
32
+ - Deprecated ` Session.kill_session() `
33
+ - ` Window.kill_window() ` renamed to {meth}` Window.kill() `
34
+ - Deprecated ` Window.kill_window() `
35
+
36
+ ### Improved commands
37
+
38
+ - {meth}` Server.new_session() ` : Support environment variables
39
+ - {meth}` Window.split_window() ` : Support ` size ` via ` -l `
40
+
41
+ Supports columns/rows (` size=10 ` ) and percentage (` size='10%' ` )
42
+
17
43
## libtmux 0.29.0 (2024-02-16)
18
44
19
45
#### Bug fixes
You can’t perform that action at this time.
0 commit comments