Skip to content

Commit 29548d8

Browse files
committed
docs(CHANGES): Note updates for options
1 parent 12f60e3 commit 29548d8

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
@@ -21,6 +21,42 @@ $ pip install --user --upgrade --pre libtmux
2121

2222
via [ruff 0.4.2](https://github.com/astral-sh/ruff/blob/v0.4.2/CHANGELOG.md).
2323

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

2662
_Maintenance only, no bug fixes or new features_

0 commit comments

Comments
 (0)