File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed
Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments