Skip to content

Commit 2c9ee86

Browse files
committed
docs(CHANGES): Note updates for options
1 parent 5f11b65 commit 2c9ee86

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

CHANGES

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,42 @@ $ pip install --user --upgrade --pre libtmux
1515

1616
<!-- To maintainers and contributors: Please add notes for the forthcoming version above -->
1717

18+
### Renamed commands
19+
20+
- Renamed `Window.set_window_option()` to {meth}`Window.set_option()` (#516)
21+
22+
Deprecated `Window.set_window_option()`
23+
24+
- Renamed `Window.show_window_option()` to {meth}`Window.show_option()` (#516)
25+
26+
Deprecated `Window.show_window_option()`
27+
28+
- Renamed `Window.show_window_options()` to {meth}`Window.show_options()` (#516)
29+
30+
Deprecated `Window.show_window_options()`
31+
32+
### Improved options
33+
34+
- Option support expanded to server, session, window, and pane
35+
- Option support enhanced and streamlined via {class}`options.OptionsMixin`.
36+
37+
- `set_option`
38+
- `show_option`
39+
- `show_options`
40+
- `unset_option`
41+
42+
- {meth}`Window.set_option()` (#516)
43+
44+
Added arguments:
45+
46+
- `format` -> `-F`
47+
- `unset` -> `-u`
48+
- `global` -> `-g`
49+
- `unset_panes` -> `-U`: Also unset other panse in windows
50+
- `prevent_overwrite`: `-o`
51+
- `suppress_warnings`: `-q`
52+
- `append`: `-a`
53+
1854
## libtmux 0.38.1 (2024-11-26)
1955

2056
- Keep minimum Python version at 3.8 for now.

0 commit comments

Comments
 (0)