Skip to content

Commit 5323834

Browse files
committed
docs(CHANGES): Note updates for options
1 parent 8ee22cc commit 5323834

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGES

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,31 @@ $ 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()` (#516)
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+
31+
- `Window.show_option()` (#516)
32+
- `Window.show_options()` (#516)
33+
34+
### Breaking changes
35+
36+
#### Deprecations
37+
38+
- Deprecated `Window.set_window_option()` in favor of `Window.set_option()` (#516)
39+
- Deprecated `Window.show_window_option()` in favor of `Window.show_option()` (#516)
40+
- Deprecated `Window.show_window_options()` in favor of `Window.show_options()` (#516)
41+
1742
## libtmux 0.27.1 (2024-02-07)
1843

1944
### Packaging

0 commit comments

Comments
 (0)