File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,42 @@ $ pip install --user --upgrade --pre libtmux
26
26
27
27
via [ ruff 0.4.2] ( https://github.com/astral-sh/ruff/blob/v0.4.2/CHANGELOG.md ) .
28
28
29
+ ### Renamed commands
30
+
31
+ - Renamed ` Window.set_window_option() ` to {meth}` Window.set_option() ` (#516 )
32
+
33
+ Deprecated ` Window.set_window_option() `
34
+
35
+ - Renamed ` Window.show_window_option() ` to {meth}` Window.show_option() ` (#516 )
36
+
37
+ Deprecated ` Window.show_window_option() `
38
+
39
+ - Renamed ` Window.show_window_options() ` to {meth}` Window.show_options() ` (#516 )
40
+
41
+ Deprecated ` Window.show_window_options() `
42
+
43
+ ### Improved options
44
+
45
+ - Option support expanded to server, session, window, and pane
46
+ - Option support enhanced and streamlined via {class}` options.OptionsMixin ` .
47
+
48
+ - ` set_option `
49
+ - ` show_option `
50
+ - ` show_options `
51
+ - ` unset_option `
52
+
53
+ - {meth}` Window.set_option() ` (#516 )
54
+
55
+ Added arguments:
56
+
57
+ - ` format ` -> ` -F `
58
+ - ` unset ` -> ` -u `
59
+ - ` global ` -> ` -g `
60
+ - ` unset_panes ` -> ` -U ` : Also unset other panse in windows
61
+ - ` prevent_overwrite ` : ` -o `
62
+ - ` suppress_warnings ` : ` -q `
63
+ - ` append ` : ` -a `
64
+
29
65
## libtmux 0.37.0 (04-21-2024)
30
66
31
67
_ Maintenance only, no bug fixes or new features_
You can’t perform that action at this time.
0 commit comments