Skip to content

Commit 5fa852c

Browse files
committed
docs(CHANGES): Note command updates
1 parent 3b2f5be commit 5fa852c

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGES

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,32 @@ $ pip install --user --upgrade --pre libtmux
1414

1515
<!-- Maintainers and contributors: Insert change notes for the next release above -->
1616

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+
1743
## libtmux 0.29.0 (2024-02-16)
1844

1945
#### Bug fixes

0 commit comments

Comments
 (0)