Skip to content

Commit b33038c

Browse files
committed
docs(CHANGES): Note updates for options
1 parent f2aca67 commit b33038c

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGES

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

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

17+
### New features
18+
19+
- `Window.set_option()`
20+
21+
Learned params:
22+
23+
- `format` -> `-F`
24+
- `unset` -> `-u`
25+
- `global` -> `-g`
26+
- `unset_panes` -> `-U`: Also unset other panse in windows
27+
- `prevent_overwrite`: `-o`
28+
- `suppress_warnings`: `-q`
29+
- `append`: `-a`
30+
- `Window.show_option()`
31+
- `Window.show_options()`
32+
33+
### Breaking changes
34+
35+
#### Deprecations
36+
37+
- Deprecated `Window.set_window_option()` in favor of `Window.set_option()`
38+
- Deprecated `Window.show_window_option()` in favor of `Window.show_option()`
39+
- Deprecated `Window.show_window_options()` in favor of `Window.show_options()`
40+
1741
## libtmux 0.26.0 (2024-02-06)
1842

1943
### Breaking change

0 commit comments

Comments
 (0)