Skip to content

Commit 8c91e91

Browse files
committed
docs(CHANGES): Note updates for options
1 parent 5a28e00 commit 8c91e91

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

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

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

3167
_Maintenance only, no bug fixes or new features_

0 commit comments

Comments
 (0)