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