Skip to content

Commit 48da351

Browse files
committed
docs(CHANGES): Note updates for options
1 parent 50c7bf4 commit 48da351

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

CHANGES

Lines changed: 37 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.40.0 (2024-12-20)
1955

2056
_Maintenance only, no bug fixes or new features_
@@ -32,6 +68,7 @@ _Maintenance only, no bug fixes or new features_
3268
```sh
3369
ruff check --select ALL . --fix --unsafe-fixes --preview --show-fixes; ruff format .
3470
```
71+
3572
- Tests: Stability fixes for legacy `test_select_pane` test (#552)
3673

3774
## libtmux 0.39.0 (2024-11-26)

0 commit comments

Comments
 (0)