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 @@ -57,6 +57,44 @@ release. Set `LIBTMUX_SUPPRESS_VERSION_WARNING=1` to suppress the warning.
5757
5858Added tmux 3.6 to test grid and ` TMUX_MAX_VERSION ` 3.4 -> 3.6.
5959
60+ ## Breaking changes
61+
62+ ### Renamed commands
63+
64+ - Renamed ` Window.set_window_option() ` to {meth}` Window.set_option() ` (#516 )
65+
66+ Deprecated ` Window.set_window_option() `
67+
68+ - Renamed ` Window.show_window_option() ` to {meth}` Window.show_option() ` (#516 )
69+
70+ Deprecated ` Window.show_window_option() `
71+
72+ - Renamed ` Window.show_window_options() ` to {meth}` Window.show_options() ` (#516 )
73+
74+ Deprecated ` Window.show_window_options() `
75+
76+ ### Improved options
77+
78+ - Option support expanded to server, session, window, and pane
79+ - Option support enhanced and streamlined via {class}` options.OptionsMixin ` .
80+
81+ - ` set_option `
82+ - ` show_option `
83+ - ` show_options `
84+ - ` unset_option `
85+
86+ - {meth}` Window.set_option() ` (#516 )
87+
88+ Added arguments:
89+
90+ - ` format ` -> ` -F `
91+ - ` unset ` -> ` -u `
92+ - ` global ` -> ` -g `
93+ - ` unset_panes ` -> ` -U ` : Also unset other panse in windows
94+ - ` prevent_overwrite ` : ` -o `
95+ - ` suppress_warnings ` : ` -q `
96+ - ` append ` : ` -a `
97+
6098## libtmux 0.47.0 (2025-11-01)
6199
62100### Breaking changes
You can’t perform that action at this time.
0 commit comments