Skip to content

Commit d6cfbfc

Browse files
committed
docs(CHANGES) Note renamed commands
1 parent 9dd48f0 commit d6cfbfc

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

CHANGES

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,44 @@ $ uvx --from 'libtmux' --prerelease allow python
3434

3535
- _Future release notes will be placed here_
3636

37+
## Breaking changes
38+
39+
### Renamed commands
40+
41+
- Renamed `Window.set_window_option()` to {meth}`Window.set_option()` (#516)
42+
43+
Deprecated `Window.set_window_option()`
44+
45+
- Renamed `Window.show_window_option()` to {meth}`Window.show_option()` (#516)
46+
47+
Deprecated `Window.show_window_option()`
48+
49+
- Renamed `Window.show_window_options()` to {meth}`Window.show_options()` (#516)
50+
51+
Deprecated `Window.show_window_options()`
52+
53+
### Improved options
54+
55+
- Option support expanded to server, session, window, and pane
56+
- Option support enhanced and streamlined via {class}`options.OptionsMixin`.
57+
58+
- `set_option`
59+
- `show_option`
60+
- `show_options`
61+
- `unset_option`
62+
63+
- {meth}`Window.set_option()` (#516)
64+
65+
Added arguments:
66+
67+
- `format` -> `-F`
68+
- `unset` -> `-u`
69+
- `global` -> `-g`
70+
- `unset_panes` -> `-U`: Also unset other panse in windows
71+
- `prevent_overwrite`: `-o`
72+
- `suppress_warnings`: `-q`
73+
- `append`: `-a`
74+
3775
### New features
3876

3977
#### Waiting (#582)

0 commit comments

Comments
 (0)